改名
This commit is contained in:
@@ -56,7 +56,7 @@ class OnClose extends Callback
|
||||
if (!($server instanceof WServer) || !$server->isEstablished($fd)) {
|
||||
return;
|
||||
}
|
||||
$node = $router->search(Socket::CLOSE . '::event', 'sw::socket');
|
||||
$node = $router->search('/' . Socket::CLOSE . '::event', 'sw::socket');
|
||||
if ($node instanceof Node) {
|
||||
$node->dispatch();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user