supabase / supabase-swift

A Swift client for Supabase
https://supabase.com/docs/reference/swift
MIT License
720 stars 111 forks source link

[Realtime] handle connection when app changes between background/foreground state #595

Open grdsdev opened 2 weeks ago

grdsdev commented 2 weeks ago

Enchancement

To have a reliable Realtime experience, the client should handle reestablishing connection and resubscribing to channels when it detects that the app moved back to the foreground state.