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
As discussed in #1170 the app's wakeup shall be reworked to use applicationDidBecomeActive instead of applicationWillEnterForeground. This is required to make sure the socket connection is back (which is currently done via a timeout). This needs some additional logic as applicationDidBecomeActive is not only called during app's wakeup but also during normal startups.
The text was updated successfully, but these errors were encountered:
As discussed in #1170 the app's wakeup shall be reworked to use
applicationDidBecomeActive
instead ofapplicationWillEnterForeground
. This is required to make sure the socket connection is back (which is currently done via a timeout). This needs some additional logic asapplicationDidBecomeActive
is not only called during app's wakeup but also during normal startups.The text was updated successfully, but these errors were encountered: