walkor il y a 11 ans
Parent
commit
f0119e7fe3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
             }