I've noticed in real-world testing of my realtime multiplayer application that in the odd case, users may miss updates. I assume this happens because the connection stops working momentarily, leaving a small gap between the connection not working and someone sending an update. I am building a react native application and subscribing to database changes via broadcast. How can I stabilize the connection better to not miss out on these rare/random events? Anyone else facing a similar problem?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.