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 need an option to download the list of available documents when app is in the NSEventTrackingRunLoopMode. I noticed that all NSURLConnections are being executed in NSDefaultRunLoopMode.
A solution that I found would be modifying [DBRequest initWithURLRequest:(NSURLRequest*)aRequest andInformTarget:(id)aTarget selector:(SEL)aSelector]
and replacing
I'm not familiar enough with NSURLConnection to know how this change affects it. My suggestion would be to make this change in your own fork. If you can put together a good use case of why this change is an improvement and explain exactly how it affects the framework then we might be able to pull it in via a pull request.
After submitting this issue, I realized that DBRequest is not a TICoreDataSync class, but Dropbox SDK. So I suppose I should contact them regarding it.
I need an option to download the list of available documents when app is in the NSEventTrackingRunLoopMode. I noticed that all NSURLConnections are being executed in NSDefaultRunLoopMode.
A solution that I found would be modifying [DBRequest initWithURLRequest:(NSURLRequest*)aRequest andInformTarget:(id)aTarget selector:(SEL)aSelector]
and replacing
with
Are there any known issues when this might cause problems?
The text was updated successfully, but these errors were encountered: