walkor %!s(int64=10) %!d(string=hai) anos
pai
achega
38c5a987c4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Workerman/Connection/TcpConnection.php

+ 1 - 0
Workerman/Connection/TcpConnection.php

@@ -317,6 +317,7 @@ class TcpConnection extends ConnectionInterface
         {
             Worker::$globalEvent->add($this->_socket, EventInterface::EV_READ, array($this, 'baseRead'));
             $this->_isPaused = false;
+            $this->baseRead($this->_socket);
         }
     }