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?