Is there really no way to guarantee correct connection count?
Opened this issue · 1 comments
FOMNick commented
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?