walkor hace 11 años
padre
commit
f0119e7fe3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      man/Core/SocketWorker.php

+ 1 - 1
man/Core/SocketWorker.php

@@ -530,7 +530,7 @@ abstract class SocketWorker extends AbstractWorker
             {
                 $this->sendBuffers[$this->currentDealFd] = $str_to_send;
             }
-            if(feof($this->sendBuffers[$this->currentDealFd]))
+            if(feof($this->connections[$this->currentDealFd]))
             {
                 return false;
             }