You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: set pool _initialized flag after loop, not before
If _create_connection() failed during initialize(), the flag was
already True, making initialize() permanently a no-op. The pool
was stuck empty with no recovery path. Now the flag is set only
after all connections are successfully created.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments