Changes between Version 1 and Version 2 of Ticket #3801, comment 8


Ignore:
Timestamp:
2021-09-23T18:14:19Z (3 years ago)
Author:
itamarst
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3801, comment 8

    v1 v2  
    11Things that are changed semantically:
    22
    3 1. Two clients uploading at once is possible. If methods are synchronous this is probably fine, but test.
     31. Two clients uploading at once is possible. If methods are synchronous this is probably fine, but test. Can address with DeferredLock.
    442. Client that disconnected would previously start from scratch. Now it won't. This would break re-uploads of failed uploads.