mobc
mobc copied to clipboard
max lifetime does not work
Unfortunately, it looks like the connections in the pool are only reaped lazily when getting connections from the pool, so it means that max_lifetime may be exceeded: https://github.com/importcjj/mobc/blob/main/src/lib.rs#L519
I'm happy to accept a PR on this.