This commit is contained in:
2020-10-09 12:06:30 +08:00
parent 9815a2cb20
commit e57749fd9e
+1
View File
@@ -254,6 +254,7 @@ class SocketSync
{
if ($this->stream instanceof \Swoole\Coroutine\Socket) {
$this->stream->close();
$this->stream = null;
}
}