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
I merge upon CDEICloudFileSystemDidDownloadFilesNotification and that works fine. However, if my device is offline with Wi-Fi disassociated from AP and Mobile data disabled, this notification is fired periodically every couple of seconds, which does not make sense to me.
I have a feeling that Ensembles attempts to restart NSMetadataQuery even though network is unavailable and there is nothing to do.
If I am right, it would be smart to at least wait until reachability flags.
The text was updated successfully, but these errors were encountered:
I merge upon
CDEICloudFileSystemDidDownloadFilesNotification
and that works fine. However, if my device is offline with Wi-Fi disassociated from AP and Mobile data disabled, this notification is fired periodically every couple of seconds, which does not make sense to me.I have a feeling that Ensembles attempts to restart NSMetadataQuery even though network is unavailable and there is nothing to do.
If I am right, it would be smart to at least wait until reachability flags.
The text was updated successfully, but these errors were encountered: