Realtime Presence reconnection handling
Hi, incase of network partitioning, what is the recommended approach to retry the connection? is there anything on the milestones for this?
1 Reply
I don't use presence, but normally realtime tries to reconnect with a slower and slower attempt until it closes the connection from what I have seen (using broadcast/postgres_changes). It is up to you to deal with any missed data and reconnect after that. I normally see this with background tabs or mobile device with app in background.