walkor 5 éve
szülő
commit
c7373d0b66
1 módosított fájl, 1 hozzáadás és 0 törlés
  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;
     }