|
@@ -944,7 +944,7 @@ class TcpConnection extends ConnectionInterface
|
|
|
|
|
|
|
|
// Close socket.
|
|
// Close socket.
|
|
|
try {
|
|
try {
|
|
|
- \fclose($this->_socket);
|
|
|
|
|
|
|
+ @\fclose($this->_socket);
|
|
|
} catch (\Exception $e) {} catch (\Error $e) {}
|
|
} catch (\Exception $e) {} catch (\Error $e) {}
|
|
|
|
|
|
|
|
$this->_status = self::STATUS_CLOSED;
|
|
$this->_status = self::STATUS_CLOSED;
|