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
Would you mind if I just create a quick fix to check if a connection is still live before trying to send unsubscribe event? Other possible quick solution would be to just log an attempt to send a message when the connection is closed instead of crashing the app.
Glad to hear that you are back! Regarding the issue, I don't see a decent fix without exposing provider details. Would you mind if we just don't throw runtime exception on sending unsubscribe event?
When socket error is reported and we try to unsubscribe from the topic, IllegalStateException will be thrown as shown below:
Could we maybe just check when unsubscribing if actual event should be sent based on sockets state?
The text was updated successfully, but these errors were encountered: