Skip to content

Issue 120 add pool close - #125

Open
smferguson wants to merge 3 commits into
python-happybase:masterfrom
smferguson:issue_120_add_pool_close
Open

Issue 120 add pool close#125
smferguson wants to merge 3 commits into
python-happybase:masterfrom
smferguson:issue_120_add_pool_close

Conversation

@smferguson

Copy link
Copy Markdown

add a method to attempt to politely close all pool connections

Comment threadhappybase/pool.py Outdated
become available (optional)
:return: None
"""
if timeout:

@wbolsterwbolsterMay 20, 2016

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be if timeout is not None:

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@smferguson@wbolster