소스 검색

@ stream_select

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

+ 1 - 1
GatewayWorker/Lib/Gateway.php

@@ -126,7 +126,7 @@ class Gateway
        {
            $write = $except = array();
            $read = $client_array;
-           if(stream_select($read, $write, $except, 1))
+           if(@stream_select($read, $write, $except, 1))
            {
                foreach($read as $client)
                {