Open Vorkytaka opened 3 hours ago
Currently, if we start a long-running operation in Isolate, and another one after that, then we have a race conditions. Need to think about queue, sync.
Replay:
For cases from example above we actually need to have cancelable operations. Like, "Events of the same type should replace each other"
Currently, if we start a long-running operation in Isolate, and another one after that, then we have a race conditions. Need to think about queue, sync.