Receiving Updade "101 Switching protocols" in WebSocket API

The flow is as follows

1) Open connection

2) Receives an Upgrade event with "101 Switching protocols" code and message

3) Receives a Message event with Login in successful

4) Receives a Close event


One day stopped working. How can I fix this?

Best Answer

Answers