This commit is contained in:
2022-01-09 16:07:58 +08:00
parent f46af653f2
commit 4fa5c23c10
+1 -1
View File
@@ -69,7 +69,7 @@ class Server extends AbstractServer
return;
}
if ($this->callback instanceof OnCloseInterface) {
$this->callback->onClose($server, $fd);
$this->callback->onClose($fd);
}
}