walkor 10 жил өмнө
parent
commit
38c5a987c4

+ 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);
         }
     }