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
Currently, when the real-time connection is lost, an error is thrown, and the stream closes.
It would be much more convenient if the Supabase package automatically handled reconnections for us.
Interestingly, there is a known bug (#1071) where, on some platforms, no error is thrown, and the device continues receiving real-time updates as soon as the internet connection is restored.
Could this behavior be considered a feature rather than a bug?
The text was updated successfully, but these errors were encountered:
After reviewing PR #1019, it seems this behavior is already intended. The real bug, therefore, is that on certain platforms, the stream closes with an error when the internet is disconnected, even though it shouldn't.
Currently, when the real-time connection is lost, an error is thrown, and the stream closes.
It would be much more convenient if the Supabase package automatically handled reconnections for us.
Interestingly, there is a known bug (#1071) where, on some platforms, no error is thrown, and the device continues receiving real-time updates as soon as the internet connection is restored.
Could this behavior be considered a feature rather than a bug?
The text was updated successfully, but these errors were encountered: