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
When an item is no longer shared but was previously requested the local_path of a transfer might still be set. This might cause the file still to be uploaded despite no longer wanting to share it.
If the shared item is removed from the shares:
Complete / Failed: should do nothing -> ensure local_path is cleared when item goes back in queue (although this should not be possible)
Uploading: not sure yet? Finish it or cancel?
Queued: remove the local_path, move to Failed?
The text was updated successfully, but these errors were encountered:
What might resolve issues is to simply check if the file is accessible when a PeerTransferQueue or PeerTransferRequest comes in and only set the local_path when the download or upload starts.
When an item is no longer shared but was previously requested the
local_path
of a transfer might still be set. This might cause the file still to be uploaded despite no longer wanting to share it.If the shared item is removed from the shares:
local_path
, move to Failed?The text was updated successfully, but these errors were encountered: