vert-x3 / vertx-mongo-client

Mongo Client for Eclipse Vert.x
http://vertx.io
Apache License 2.0
58 stars 98 forks source link

Intermittent failures on MongoClientTest.testWatch #270

Closed tsegismont closed 2 years ago

tsegismont commented 2 years ago

Fixes #267

The test relied on a timer to make sure the watch was operational. With this change, timing issues should be resolved.