I there a way to intercept and handle any specific server responses like 401 Unauthorized when connecting to websocket using ws.Start() or ws.StartOrFail().
I was trying to use ws.StartOrFail() but it just throws some generic error Unable to connect to the remote server that doesn't have any information about the reason for the error.
Thanks. Would appreciate any help.
I there a way to intercept and handle any specific server responses like 401 Unauthorized when connecting to websocket using
ws.Start()orws.StartOrFail().I was trying to use
ws.StartOrFail()but it just throws some generic errorUnable to connect to the remote serverthat doesn't have any information about the reason for the error.Thanks. Would appreciate any help.