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 Apr 6, 2021. It is now read-only.
We should consider what to do in the following circumstances
internet loss, in Android you can listen to network changes, so we want to be able to open the client again when we get a connection. Unsure if this is possible with web apis (not that C++ client will be used in browser).
also when apps come in and out of focus. Do we want to keep client alive? (Push notifications?) Research needs to be done here
Yasserf: Generally, we want to have a 'pause' and 'resume' API that can take these things into consideration!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We should consider what to do in the following circumstances
internet loss, in Android you can listen to network changes, so we want to be able to open the client again when we get a connection. Unsure if this is possible with web apis (not that C++ client will be used in browser).
also when apps come in and out of focus. Do we want to keep client alive? (Push notifications?) Research needs to be done here
Yasserf: Generally, we want to have a 'pause' and 'resume' API that can take these things into consideration!
The text was updated successfully, but these errors were encountered: