You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems expected ?
Because the same behavior happens with MessageConsumer see
But at least the exception is throw in the context : "ERROR io.vertx.core.impl.ContextImpl - Unhandled exception"
Perhaps the same approach is needed for AsyncFile ?
Also maybe a clarfication in the javadoc will be nice.
In InboundBuffer, which have methods with same names (exceptionHandler and handler) the exceptionHandler is called when there is an error in the handler
Version
Vert.x core : 4.5.10
Context
The exceptionHandler of an AsyncFile is not triggered when an exception is thrown in the data handler (when read).
Do you have a reproducer?
Here, "Error: Error" is not displayed
Some behavior if an exception is thrown in the end handler
Extra
The text was updated successfully, but these errors were encountered: