Skip to content

Conversation

oleg-jukovec
Copy link
Collaborator

This release improves the logic of Connect and pool.Connect in case of a hung I/O connection.

Changed

  • Previously, pool.Connect attempted to establish a connection one after another instance. It could cause the entire chain to hang if one connection hanged. Now connections are established in parallel. After the first successful connection, the remaining connections wait with a timeout of pool.Opts.CheckTimeout (pool: fix pool.Connect if a server i/o hangs #444).

Fixed

@oleg-jukovec oleg-jukovec force-pushed the oleg-jukovec/release-v2.3.2 branch from 2ae5833 to 4bd5a22 Compare April 14, 2025 13:36
@oleg-jukovec oleg-jukovec changed the title Release v2.4.2 Release v2.3.2 Apr 14, 2025
@oleg-jukovec oleg-jukovec force-pushed the oleg-jukovec/release-v2.3.2 branch from 4bd5a22 to 749e415 Compare April 14, 2025 13:44
@oleg-jukovec oleg-jukovec merged commit 66ef721 into master Apr 14, 2025
26 checks passed
@oleg-jukovec oleg-jukovec deleted the oleg-jukovec/release-v2.3.2 branch April 14, 2025 14:43
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.

3 participants