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

add Writer.close() and Client.close(), improve Reader.close() #245

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ploxiln
Copy link
Member

@ploxiln ploxiln commented Jan 19, 2020

make Reader.close() prevent nsqd_tcp_addresses from reconnecting

Writer.close() also closes conns and stops from reconnecting

Client.close() stops the periodic _check_last_recv_timestamps()

fixes #196

@mreiferson
Copy link
Member

These changes seem fine, ready to land this @ploxiln?

@ploxiln
Copy link
Member Author

ploxiln commented Jun 15, 2020

unfortunately I haven't tested this at all, I've just been using the tornado-6 branch

make Reader.close() prevent nsqd_tcp_addresses from reconnecting

Writer.close() also closes conns and stops from reconnecting

Client.close() stops the periodic _check_last_recv_timestamps()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

reader: not able to stop a reader when no nsqlookupd address set
2 participants