Environment: C# using WebSocket4Net, Windows 10
Scenario:
Send Login message with ID 1
Login successful
Send data request type message again with ID 1
Websocket disconnects without explanation
On one side this is user error, to send 2 messages with the same ID. But expectations are that connection will stay alive and error will be given back, instead of dropping it.