realm-tasks
realm-tasks copied to clipboard
RealmTasks for iOS/macOS does not manange to reconnect after its token expires
The app disconnects and fails to reconnect. Steps to reproduce:
- Download the 1.0 ROS.
- Set the access_token expiration time to 10 seconds (
object-server/configuration.yml:65) - Connect to the server, login, do a change. Wait 10 seconds, do another change.
logs here: https://github.com/realm/realm-sync/issues/1114#issuecomment-274096715
@jpsim @TimOliver
https://github.com/realm/realm-cocoa/issues/4569 should address this issue. ~I still need to do more investigation.~ (The other path for refreshing tokens works correctly as is.)