vert-x3 / vertx-zookeeper

Zookeeper based cluster manager implementation
Other
73 stars 67 forks source link

Fixes testNoHandlersCallbackContext #46

Closed tsegismont closed 7 years ago

tsegismont commented 7 years ago

When calling eventBus#send from executeBlocking, the callback should be executed on the context thread.

tsegismont commented 7 years ago

Please review but do not merge until 3.4.1 is released

stream-iori commented 7 years ago

LGTM