This commit is contained in:
2020-12-15 17:03:20 +08:00
parent 4699ca29af
commit 272bea30ab
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ class OnMessage extends Callback
throw new Exception('Format error.');
}
$router = Snowflake::app()->getRouter();
$node = $router->search(Socket::MESSAGE . '::' . $route, 'sw:socket');
$node = $router->search(Socket::MESSAGE . '::' . $route, 'sw::socket');
if ($node === null) {
throw new Exception('Page not found.');
}