We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1d255 commit 927f908Copy full SHA for 927f908
src/Application/Websocket/Event/OnConnect.php
@@ -28,6 +28,7 @@ public function handle(Client $client): void {
28
try {
29
$this->registerService->register($client);
30
} catch (Throwable $e) {
31
+ print_r($e->getMessage());
32
$client->connection->close(['error' => 'Server error occurred during registration.']);
33
return;
34
}
0 commit comments