eclipse-vertx / vert.x

Vert.x is a tool-kit for building reactive applications on the JVM
http://vertx.io
Other
14.26k stars 2.07k forks source link

The outbound message queue should not try to drain its write queue after it has been closed #5274

Closed vietj closed 1 month ago

vietj commented 1 month ago

An outbound message queue might schedule a drain operation and get closed. When the drain happens, it should check that it has not been closed since the queue elements are not present and the queue does not expect a drain.