Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4fa5c23c10 |
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user