Closed normanmaurer closed 7 months ago
… some writes queued
Motivation:
We had a bug which could cause re-ordering of the messages when some writes were already queued.
Modifications:
Correctly handle writes if the write queue already contains writes.
Result:
No more ordering issues
/cc @thomdev
… some writes queued
Motivation:
We had a bug which could cause re-ordering of the messages when some writes were already queued.
Modifications:
Correctly handle writes if the write queue already contains writes.
Result:
No more ordering issues