Skip to content

Socket not closed on exception-driven connection failure #1675

@tsegismont

Description

@tsegismont

When a connection handles a failure (e.g. decoding exception), the underlying Netty channel is not closed unless the application explicitly calls connection.close().

This leaks socket file descriptors and Netty resources until the application closes the connection or the Vertx instance shuts down.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions