浏览代码

@ 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)
                {