tarantool / go-tarantool

Tarantool 1.10+ client for Go language
https://pkg.go.dev/github.com/tarantool/go-tarantool/v2
BSD 2-Clause "Simplified" License
180 stars 57 forks source link

pool: fix notify on remove a connection #385

Closed oleg-jukovec closed 6 months ago

oleg-jukovec commented 6 months ago

ConnectionPool.Remove() does not notify a ConnectionHandler on an instance removing from the pool.

I didn't forget about (remove if it is not applicable):