-
Notifications
You must be signed in to change notification settings - Fork 401
Closed
Labels
status: doneThis issue is considered resolved.This issue is considered resolved.
Description
I'm running into an issue where a webkit webview drops connections after 60s. Pubnub, by default, listens for 280s. For periods where conversations may be idle when using the chat SDK, this causes a timeout. When interrupted, the SDK will kick up a PNBadRequestCategory error. If we attempt to reconnect the app starts falling apart unless we dispose of all the existing connections and re-connect to all existing channels.
Is there a way to customize this period? or any thoughts on a workaround?
My current workaround is to just broadcast a dead message into the users own channel with signal - but was hoping for something cleaner.
Metadata
Metadata
Assignees
Labels
status: doneThis issue is considered resolved.This issue is considered resolved.