Explorar el Código

Fix onWritable

walkor hace 3 años
padre
commit
33a549e724
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Events/Event.php

+ 1 - 1
src/Events/Event.php

@@ -175,7 +175,7 @@ class Event implements EventInterface
         if (!$event || !$event->add()) {
             return false;
         }
-        $this->_readEvents[$fd_key] = $event;
+        $this->_writeEvents[$fd_key] = $event;
         return true;
     }