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 noticed that on flaky connections TransferUtility uploads sometimes were stalling forever.
I've managed to reproduce the issue by doing the following:
Begin an upload with TransferUtility
Turn wifi off for an extended period of time (5-10 minutes)
Turn wifi back on
During the time that wifi is off, the transfer remains in the WAITING_FOR_NETWORK state indefinitely, as expected. However, on turning wifi back on (and confirming connectivity in other apps, etc), the transfer does not resume as expected.
I've also noticed this behavior (transfer stuck waiting eternally) on flaky networks, which is why I began investigating it in the first place. The transfer is never resumed -- I left one waiting for several days, actually, and it didn't ever resume.
The text was updated successfully, but these errors were encountered:
The service stops itself after a period of inactivity, say no active transfers. When network is off, all transfers are on hold, and the service thinks it should stop itself. However it'd better stay active till the network comes back. I'll fix it in the next release.
I noticed that on flaky connections TransferUtility uploads sometimes were stalling forever.
I've managed to reproduce the issue by doing the following:
During the time that wifi is off, the transfer remains in the
WAITING_FOR_NETWORK
state indefinitely, as expected. However, on turning wifi back on (and confirming connectivity in other apps, etc), the transfer does not resume as expected.I've also noticed this behavior (transfer stuck waiting eternally) on flaky networks, which is why I began investigating it in the first place. The transfer is never resumed -- I left one waiting for several days, actually, and it didn't ever resume.
The text was updated successfully, but these errors were encountered: