소스 검색

fix #517

fix #517
walkor 5 년 전
부모
커밋
c7373d0b66
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;
     }