-
-
Notifications
You must be signed in to change notification settings - Fork 875
Closed
Description
Hello,
I am using Parse in some of my offline-online projects (apps which needs offline information storing and syncing when possible with the server. Local datastore works good here for me).
The only strange behavior is that the PFEventuallyQueue has no idea about the state of the network connection IMO. The scenario is:
- Device with no internet connection
- Create the object locally, pin it to the local datastore and call saveEventually
- With the app opened, connect to a wifi network
- Nothing happens. Data is not synced in the server
- Close app and reopen it. Data is now synced in the server
Would be great to have the chance to force the sync to of this queue if the app can detect a working internet connection with Reachability or something.
Many thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels