Răsfoiți Sursa

Update TcpConnection.php

walkor 7 ani în urmă
părinte
comite
7369e76fe2
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  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();
         }
     }