vert-x3 / vertx-jdbc-client

JDBC support for Vert.x
Apache License 2.0
126 stars 90 forks source link

Do not mix Future terminal operations with other operations #283

Closed tsegismont closed 2 years ago

tsegismont commented 2 years ago

Otherwise, the callbacks might be invoked in unexpected order

Related to https://github.com/eclipse-vertx/vert.x/issues/4446