Open
Description
I really like Supabase with its great flexibility. A month ago, I didn't even hesitate to leave Firebase for this and I also hope a lot in terms of documentation. Which brings me here today. When I make requests to the real-time server to subscribe to channels, it sometimes happens that I receive certain indicators to inform me of the state of the connection. But when it comes to error indicators, often the only drastic solution (without guidance) is to restart the application (I work with Flutter). Here are the indicators in question:
- SUBSCRIBED :-)
- CHANNEL_ERROR
- CLOSED
- TIMED OUT
What I want to know is what do these indications mean and what to do when you encounter them ?
Thank you for the big job you do !!!