We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found in TCP protocol spec message CLS but in pynsq there is no method for this message.
Cleanly close your connection (no more messages are sent)
CLS\n
Success Responses:
CLOSE_WAIT
Error Responses:
E_INVALID
The text was updated successfully, but these errors were encountered:
yep, this should be part of the public API, thanks for reporting!
Sorry, something went wrong.
+1, but piling on for a full disconnect/close operation on a Reader. CLS nsqd connections, close nsqlookupd conns, and clean up Tornado callbacks.
I half assed this last week, but it turned out to be trickier than I thought.
No branches or pull requests
I found in TCP protocol spec message CLS but in pynsq there is no method for this message.
CLS
Cleanly close your connection (no more messages are sent)
Success Responses:
Error Responses:
The text was updated successfully, but these errors were encountered: