-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS: Lost connection to background transfer service #92
Comments
Thanks for the report. Do you have more information about the exception such as a stack traceback? How would you prefer the exception should be handled by this library? |
@TSMMark, I believe it's just an error reported back from the OS, not an exception (updated the issue description). Perhaps this lib could offer a retry? |
is the error reported back form the OS a NSURLErrorBackgroundSessionWasDisconnected thrown from here? |
+1 I have same issue, it not resolved |
same... |
Same here... still a problem |
+1 same issue |
+1 same issue. Running into this on a production build, please follow up this bug immediately. |
+1 ... I'm having this issue from time to time too and I tried to catch the error, and make another 5 attempts but it throws this error every time. |
I have not idea what program you guys are talking about, but I am having the same error on Canvas Instructure. |
I've made some tests & looks like it's because of usage WHY? Please take a look at this https://developer.apple.com/documentation/foundation/nsurlsessionuploadtask As for me change to |
@kasterlod Sounds nice! How is it going with the PR? Really need this as well! Or could you share some code in the meantime? Thanks 🙂 |
hello! Yeah, I'm during tests, I'll prepare PR on days 🙌 stay tuned! |
@kasterlod hi, do you have any date for this fix, thanks |
@flogy you tried with Xcode 12.5 beta 3 ?? according to some comments it is a bug that is fixed in the beta version |
@pmella16 not sure about this, but probably no, as I never intentionally installed any beta version. |
Every so often, when uploads happen in the background (kicked off by a significant location change update), we get an error: Lost connection to background transfer service
Same problem as described in this other lib: joltup/rn-fetch-blob#20
The text was updated successfully, but these errors were encountered: