websocket event code 1006

dhavalp
My websocket client is always terminated after running for a few minutes. This issue is faced just today till date there was no such issue. Nothing has been changed from my end. Can you tell me what could be the issue?
  • Kailash
    1006 indicates abnormal closure. This could be due to network fluctuations and timeouts. Our logs for the day don't show any issues with the WebSocket server though.

    To counter disconnections which is a problem with any long standing connection anywhere, there has to be some sort of auto-reconnect logic in place. The client libraries (almost done!) have auto-reconnection built in.
  • dhavalp
    OK Thanks
This discussion has been closed.