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

Async file should stop reading the file when the handler is null #5212

Closed vietj closed 5 months ago

vietj commented 5 months ago

The AsyncFile implementation will continue to read the file when the handler is set to null, instead it should stop reading. In addition report async file exception to the context when no exception handler is set.