The url generated to connect to the websocket is valid for one time use as the code param present in the URI is for single-use. Please generate a new URL to reconnect to the websocket. We’ll explicitly mention this in the documentation.
I am regenerating the url, so I looked further into it.
My connection is established & later disconnected with following error message. This message comes when I send a ping. My pings are a simple text message with word ping.
WS connection closed. Status [CloseStatus[code=1003, reason=Client messages not supported]]
So, it seems this is the cause. Please give me the exact format of the heartbeat message.