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
Vertx connection asynchronous API (e.g. HttpConnection#updateSettings(...) use the connection context to create a future to be returned. There are no good reasons for this since the API caller expects callbacks on its own context (the connection context should be used for dispatching events mostly).
The text was updated successfully, but these errors were encountered:
Vertx connection asynchronous API (e.g.
HttpConnection#updateSettings(...)
use the connection context to create a future to be returned. There are no good reasons for this since the API caller expects callbacks on its own context (the connection context should be used for dispatching events mostly).The text was updated successfully, but these errors were encountered: