Changes between Version 1 and Version 2 of Ticket #3801, comment 8
- Timestamp:
- 2021-09-23T18:14:19Z (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3801, comment 8
v1 v2 1 1 Things that are changed semantically: 2 2 3 1. Two clients uploading at once is possible. If methods are synchronous this is probably fine, but test. 3 1. Two clients uploading at once is possible. If methods are synchronous this is probably fine, but test. Can address with DeferredLock. 4 4 2. Client that disconnected would previously start from scratch. Now it won't. This would break re-uploads of failed uploads.