google/startup-os

Upload queue [BUG]

webdevelopland opened this issue · 1 comments

When several requests to update diff are sending, some of them may be lost.
TODO: create queue

The issue was caused not by queue, but by destroying object link while getting new diff.
It's fixed here: #549