eclipse-vertx / vert.x

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

Rewrite the ConnectionBase to handle shutdown/close with a better integration with Netty #5195

Closed vietj closed 6 months ago

vietj commented 6 months ago

Rewrite the ConnectionBase to handle shutdown/close with a better integration with Netty.

This the Vert.x connection close/shutdown and try to unify HTTP/WebSocket connection shutdown sequence.

This also adds support for WebSocket shutdown as part of a server or client.