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
I followed the connection roster example and it seems to work great aside from a a quirk:
Over time, I found that my session counts were getting out of whack. Forcing a restart on the juggernaut process while my Rails server is running produces a subscribe event, but never an unsubscribe event in the event that the juggernaut server goes down. The session count is completely unchecked by a corresponding unsubscribe event in this scenario. Is there any way to combat this issue?
The text was updated successfully, but these errors were encountered:
I followed the connection roster example and it seems to work great aside from a a quirk:
Over time, I found that my session counts were getting out of whack. Forcing a restart on the juggernaut process while my Rails server is running produces a subscribe event, but never an unsubscribe event in the event that the juggernaut server goes down. The session count is completely unchecked by a corresponding unsubscribe event in this scenario. Is there any way to combat this issue?
The text was updated successfully, but these errors were encountered: