Open scottkurz opened 5 years ago
Looking at this issue: https://github.com/OpenLiberty/demo-devex/issues/18 we see the impact of stale connections in the connection pool.
If we could configure the conn manager to aggressively close connections, say after 5s, we could allow this test to pass.
Let's use this as an excuse to look into the issue more.
Looking at this issue: https://github.com/OpenLiberty/demo-devex/issues/18 we see the impact of stale connections in the connection pool.
If we could configure the conn manager to aggressively close connections, say after 5s, we could allow this test to pass.
Let's use this as an excuse to look into the issue more.