eclipse-vertx / eclipse-vertx/vert.x

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

Open
#5,293 0 comments 0 reactions 1 assignee Claimed by @vietj View on GitHub
enhancement
Dominant language
Java
Stars
14.7k
Forks
2.1k
Avg merge
2d 7h
Merged PRs (30d)
28

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.