Skip to content

Commit 927f908

Browse files
committed
Debug
1 parent 6c1d255 commit 927f908

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Application/Websocket/Event/OnConnect.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public function handle(Client $client): void {
2828
try {
2929
$this->registerService->register($client);
3030
} catch (Throwable $e) {
31+
print_r($e->getMessage());
3132
$client->connection->close(['error' => 'Server error occurred during registration.']);
3233
return;
3334
}

0 commit comments

Comments
 (0)