netty / netty-incubator-codec-quic

Apache License 2.0
303 stars 72 forks source link

Ensure writes are done in the correct order even when we already have… #699

Closed normanmaurer closed 7 months ago

normanmaurer commented 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

normanmaurer commented 7 months ago

/cc @thomdev