Skip to content

Connection asynchronous operations should use the current context instead of the connection context #5293

@vietj

Description

@vietj

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).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions