Upload queue [BUG]
webdevelopland opened this issue · 1 comments
webdevelopland commented
When several requests to update diff are sending, some of them may be lost.
TODO: create queue
webdevelopland commented
The issue was caused not by queue, but by destroying object link while getting new diff.
It's fixed here: #549