瀏覽代碼

Update Select.php

walkor 7 年之前
父節點
當前提交
5a954448b0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Events/Select.php

+ 1 - 1
Events/Select.php

@@ -265,7 +265,7 @@ class Select implements EventInterface
 
             $read  = $this->_readFds;
             $write = $this->_writeFds;
-            $except = $this->_writeFds;
+            $except = $this->_exceptFds;
 
             // Waiting read/write/signal/timeout events.
             $ret = @stream_select($read, $write, $except, 0, $this->_selectTimeout);