Open
Description
Improve documentation
Links
https://supabase.com/realtime
https://supabase.com/docs/guides/realtime/extensions/postgres-changes
Describe the problem
Haven't found a single mention of error handling. Nothing in google results or github issues either. How should I catch errors? (from exceeding limits for example)
Should I just wrap the channel subscription in a try-catch block?
Thank you.