This repository was archived by the owner on Feb 7, 2024. It is now read-only.
Handeling the exception error when the web-socket is diconnected #1138
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to avoid showing the following exception error when the WebSocket server is disconnected:
Illuminate\Broadcasting\BroadcastException:
Pusher error: cURL error 7: Failed to connect to test.test port 6001 after 1 ms: Couldn't connect to server
So the users don't get this error and the app runs the code normally.
Beta Was this translation helpful? Give feedback.
All reactions