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 think it would make sense to make sure we are not already connected in the connect() method, because if you call connect to an active connection, it breaks it.
The text was updated successfully, but these errors were encountered:
Finally wrapped it in my manager class, but I think it would make sense to guard the connect method with isConnected. I don't see much value in having multiple connections under the same ActionCableClient instance, or maybe I'm missing something?
I think it would make sense to make sure we are not already connected in the
connect()
method, because if you call connect to an active connection, it breaks it.The text was updated successfully, but these errors were encountered: