Handling 100-channel-per-connection limit for chat app
The user is building a chat app with Supabase Realtime and faces a challenge with the 100-channel-per-connection limit. They are exploring strategies to manage subscriptions for users with over 100 chats, including prioritizing channels and using user-scoped channels. They seek guidance on best practices for handling channel limits and multi-device scenarios.