Explorar o código

Update TcpConnection.php

walkor %!s(int64=7) %!d(string=hai) anos
pai
achega
7369e76fe2
Modificáronse 1 ficheiros con 2 adicións e 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();
         }
     }