walkor %!s(int64=11) %!d(string=hai) anos
pai
achega
f0119e7fe3
Modificáronse 1 ficheiros con 1 adicións e 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;
             }