vert-x3 / vertx-service-discovery

Some tools one can use for doing microservices with Vert.x
Apache License 2.0
115 stars 67 forks source link

fix bug with de-registering services #80

Closed marksmithson closed 6 years ago

marksmithson commented 6 years ago

avoid a ConcurrentModificationException

ruslansennov commented 6 years ago

Thanks. As Clement proposed, please add synchronized block here

cescoffier commented 6 years ago

Thanks!