Skip to content

Conversation

Cycloctane
Copy link
Contributor

Fixes #112

  • Replace conn.close() with conn.ensure_closed() in Pool.fill_free_pool() and Pool.wait_closed().
  • Update docstring of Connection.ensure_closed

@long2ice long2ice force-pushed the dev branch 3 times, most recently from a036841 to 6c16f3b Compare December 12, 2024 14:07
-  use `conn.ensure_closed()` in `fill_free_pool()` and `wait_closed()`
- fix docstring of `Connection.ensure_closed`
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.

Connection pool can not close its connections properly
1 participant