Explorar o código

Update TcpConnection.php

walkor %!s(int64=5) %!d(string=hai) anos
pai
achega
d9fa009791
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Connection/TcpConnection.php

+ 1 - 1
Connection/TcpConnection.php

@@ -369,7 +369,7 @@ class TcpConnection extends ConnectionInterface
             }
             $len = 0;
             try {
-                $len = @\fwrite($this->_socket, $send_buffer);
+                $len = \fwrite($this->_socket, $send_buffer);
             } catch (\Exception $e) {
                 Worker::log($e);
             } catch (\Error $e) {