vert-x3 / vertx-mysql-postgresql-client

This client is deprecated - use instead
https://github.com/eclipse-vertx/vertx-sql-client
Apache License 2.0
117 stars 59 forks source link

Remove expired connections from timers map. #164

Closed julianladisch closed 4 years ago

julianladisch commented 4 years ago

Idle connections are released (closed) if connectionReleaseDelay is configured (see #136). It was forgotten to also remove the connection instance from the timers map resulting in an unlimited growth of the map.

This PR