Skip to content

Conversation

@tulzke
Copy link

@tulzke tulzke commented Jan 29, 2026

Previously ConnectionPool.tryConnect always overwrote ConnOpts.Notify with its own channel, so the user-provided Notify handler could be lost.

Now, if user Notify is set, we create an intermediate channel and fan-out connection events to both the pool and the user handler.

Fixes #513

Previously ConnectionPool.tryConnect always overwrote ConnOpts.Notify
with its own channel, so the user-provided Notify handler could be lost.

Now, if user Notify is set, we create an intermediate channel and
fan-out connection events to both the pool and the user handler.

Fixes tarantool#513
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant