You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2024. It is now read-only.
I made a small change in the example application that disconnect in the "applicationWillResignActive" method and connect in the "applicationDidBecomeActive" method.
Thats for the reconnection.
But after i'm switching between "background" and "foreground" modus a few times, i want to let the app in "foreground" and lock the iPhone directly.
Then i unlock the iPhone and the app starts directly in "foreground" and throws an "BAD_ACCESS" Exception.
Could anyone help me?
The text was updated successfully, but these errors were encountered:
I think you have to wait at least a time out before reconnecting. I have a similar problem. If I go offline and then quickly on the server does not receive the "reconnect" event.
I made a small change in the example application that disconnect in the "applicationWillResignActive" method and connect in the "applicationDidBecomeActive" method.
Thats for the reconnection.
But after i'm switching between "background" and "foreground" modus a few times, i want to let the app in "foreground" and lock the iPhone directly.
Then i unlock the iPhone and the app starts directly in "foreground" and throws an "BAD_ACCESS" Exception.
Could anyone help me?
The text was updated successfully, but these errors were encountered: