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
I'm using websockets as a client to test the server and the handshake first does a 401 so it can return a nonce that the client is supposed to use. I've tried implementing handshake in WebSocketClientProtocol to handle this but couldn't get it to send a follow on request/connection.
Is there a way to accomplish this?
The text was updated successfully, but these errors were encountered:
I'm using
websockets
as a client to test the server and the handshake first does a 401 so it can return a nonce that the client is supposed to use. I've tried implementinghandshake
inWebSocketClientProtocol
to handle this but couldn't get it to send a follow on request/connection.Is there a way to accomplish this?
The text was updated successfully, but these errors were encountered: