Connection immediately closes after success connection #141
Unanswered
Eternal-ll
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I have to use websocket client to connect to specific server to make communication. Every attempt of connecting was successful, i was getting upgrade response, but then my client would receive immediately close event (1005). I`ve tried a few libraries so far none of them worked.
I checked wss url with postman/online websocket tests, and everywhere else connection working fine, messages are transmitted.
Connection using default ClientWebSocket, it stops right at SendAsync() with exception, that state CloseReceived.
Exception
Example with current library i just receive close event
Beta Was this translation helpful? Give feedback.
All reactions