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);