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
I need to redirect inside my application to create some kind of state machine based on handlers.
But when I try to delay the execution of the next context after rerouting using ctx.vertx().setTimer(500, t -> ctx.next());
RoutingContext.vertx() returns null.
Any idea why?
The text was updated successfully, but these errors were encountered:
Version
Context
I need to redirect inside my application to create some kind of state machine based on handlers.
But when I try to delay the execution of the next context after rerouting using
ctx.vertx().setTimer(500, t -> ctx.next());
RoutingContext.vertx() returns null.
Any idea why?
The text was updated successfully, but these errors were encountered: