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'm also experiencing this issue and it's a problem when receiving duplicate events. If a user opens/closes a conversation page in my app that uses subscriptions, it creates a new subscription but the previous one is never closed, so over time many duplicate subscriptions are being created. I'm not sure what performance or other implications this creates, but it should be looked into.
I tried to close subscription hooks by calling cancel method from StreamSubscription.
It' doesn't work. It ries always to reconnect.
So please, is the a way to close a subscription for good ?
The text was updated successfully, but these errors were encountered: