Is there any penalty for not closing sockets properly?

suprxd
Hi @sujith @rakeshr

I was wondering if there is any penalty or throttling if socket connections are not closed properly via socket.disconnect call. I haven't seen anything related to this in api doc though.

For example, a user refreshes the page, the server will keep sending the data and heartbeat message (of course after few missed heartbeats it will auto close) but would it impact the user "fair API usage score" at backend?

Thanks
Tagged:
  • rakeshr
    We flush all sessions, including APIs and Websockets, at around 07:30 AM every day. Users will need to establish a new WebSocket session if required fresh the next day. This process helps mitigate non-essential impacts.
Sign In or Register to comment.