Browse Source

Update Select.php

walkor 7 năm trước cách đây
mục cha
commit
5a954448b0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);