You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to trap this type of connection error (which is output to the Chrome console):
WebSocket connection to 'ws://web-api-dev.azurewebsites.net/signalr/reconnect?transport=webSockets&groupsToken=...&connectionData=[{"name":"workeravailableshifthub"}]&tid=4' failed: WebSocket is closed before the connection is established.
I currently catch and log every error but can't find a way to catch this one.
The text was updated successfully, but these errors were encountered:
Is it possible to trap this type of connection error (which is output to the Chrome console):
WebSocket connection to 'ws://web-api-dev.azurewebsites.net/signalr/reconnect?transport=webSockets&groupsToken=...&connectionData=[{"name":"workeravailableshifthub"}]&tid=4' failed: WebSocket is closed before the connection is established.
I currently catch and log every error but can't find a way to catch this one.
The text was updated successfully, but these errors were encountered: