This commit is contained in:
2020-12-15 17:02:43 +08:00
parent b54710f2a3
commit 4699ca29af
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -99,6 +99,7 @@ class OnHandshake extends Callback
$router = Snowflake::app()->getRouter();
$node = $router->search(Socket::HANDSHAKE . '::event', 'sw:socket');
var_dump($node);
if ($node === null) {
return $this->disconnect($response, 502);
}