Explorar el Código

Update TcpConnection.php

walkor hace 7 años
padre
commit
7369e76fe2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Connection/TcpConnection.php

+ 2 - 0
Connection/TcpConnection.php

@@ -835,6 +835,8 @@ class TcpConnection extends ConnectionInterface
         }
         if ($this->_sendBuffer === '') {
             $this->destroy();
+        } else {
+            $this->pauseRecv();
         }
     }