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
{{ message }}
This repository was archived by the owner on Oct 9, 2025. It is now read-only.
There is no description anywhere on how to handle errors when subscribing. In my app, sometimes subscriptions don't work, and I have no idea on how to handle that. There is a channel.onError method, but it doesn't provide any error. So what should I do in the case subscriptions don't work?