vert-x3 / vertx-infinispan

Infinispan Cluster Manager for Vert.x
Apache License 2.0
14 stars 16 forks source link

Fixes memory leak in InfinispanAsyncMultiMap #43

Closed tsegismont closed 6 years ago

tsegismont commented 6 years ago

Calling ClusterManager.getAsyncMultiMap multiple times can leak memory as the cache listener is still registered.

See vert-x3/issues#316

tsegismont commented 6 years ago

vert-x3/issues#316 closed (won't fix)