walkor il y a 5 ans
Parent
commit
c7373d0b66
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Connection/AsyncTcpConnection.php

+ 1 - 0
Connection/AsyncTcpConnection.php

@@ -157,6 +157,7 @@ class AsyncTcpConnection extends TcpConnection
         // For statistics.
         ++self::$statistics['connection_count'];
         $this->maxSendBufferSize         = self::$defaultMaxSendBufferSize;
+        $this->maxPackageSize            = self::$defaultMaxPackageSize;
         $this->_contextOption            = $context_option;
         static::$connections[$this->_id] = $this;
     }