소스 검색

SendBufferToWorker fail and close connection

walkor 10 년 전
부모
커밋
1b0cb59b30
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      GatewayWorker/Gateway.php

+ 1 - 0
GatewayWorker/Gateway.php

@@ -225,6 +225,7 @@ class Gateway extends Worker
         {
             $msg = "SendBufferToWorker fail. The connections between Gateway and BusinessWorker are not ready";
             $this->log($msg);
+            $connection->close();
             return false;
         }
         return true;