You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
When WebSocket disconnects, underlying WebSockex calls handle_disconnect/2 if it's defined, but seems like it's calling it infinitely. During that time any StreamingSocket fails, as underlying SessionID is dropped.
Solution
Try to recover Connection module that solves the problem of starting both Main & Streaming socket, so it will properly handle :DOWN messages when any of sockets die.
The text was updated successfully, but these errors were encountered:
Problem
When WebSocket disconnects, underlying WebSockex calls
handle_disconnect/2
if it's defined, but seems like it's calling it infinitely. During that time any StreamingSocket fails, as underlying SessionID is dropped.Solution
Try to recover
Connection
module that solves the problem of starting bothMain
&Streaming
socket, so it will properly handle:DOWN
messages when any of sockets die.The text was updated successfully, but these errors were encountered: