daConnectionManager

hi,
the ConnectionManagerConnectionTimedOut fires when a connection gets dropped out of the pool
what even can i use when a connection could not be created?

i would like to log when a connection is created and when a connection gets released
it seems that the events now do not provide a way to accomplish this
or i’m doing something wrong

it seems that in the onConnectionCreated the pool is 1 less than actual after that event fires

Hi,

Try to use OnConnectionAcquired/OnConnectionReleased events.

OnConnectionCreated isn’t fired when connection is reused from pool.