hyperledger / aries-askar

Secure storage designed for Hyperledger Aries agents.
Apache License 2.0
59 stars 45 forks source link

Actively return pool connections #183

Closed andrewwhitehead closed 11 months ago

andrewwhitehead commented 12 months ago

Rather than relying on a closing task to be scheduled on the async runtime, we can actively return pool connections in most cases. It seems like this may help avoid the intermittent failure of the copy_db test on Windows due to a file lock.