Compare commits

...

1 Commits

Author SHA1 Message Date
as2252258 4fa5c23c10 1 2022-01-09 16:07:58 +08:00
+1 -1
View File
@@ -69,7 +69,7 @@ class Server extends AbstractServer
return; return;
} }
if ($this->callback instanceof OnCloseInterface) { if ($this->callback instanceof OnCloseInterface) {
$this->callback->onClose($server, $fd); $this->callback->onClose($fd);
} }
} }