Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow restarting pool #140

Merged
merged 2 commits into from Jan 28, 2021
Merged

Allow restarting pool #140

merged 2 commits into from Jan 28, 2021

Commits on Dec 15, 2020

  1. Add docs for ConnectionPool#shutdown

    Also reword those of TimedStack#shutdown for parity.
    amarshall committed Dec 15, 2020
    Copy the full SHA
    419bf94 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Allow restarting pool

    The implementation of shutdown from
    mperham#27 does not actually
    provide for a way for the pool to re-create connections, only render the
    pool unusable. This implements such a behavior. A new method is added so
    as to not change the existing behavior of `shutdown`.
    amarshall committed Jan 28, 2021
    Copy the full SHA
    d50cb6e View commit details
    Browse the repository at this point in the history