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

nsqd: msg_timeout for clients pre 0.2.28 #428

Merged
merged 1 commit into from
Jul 30, 2014

Conversation

mreiferson
Copy link
Member

NSQ clients that do not send msg_timeout parameter as part of IDENTIFY get defaulted to the value 0. That value gets sent back to the client and obviously has some odd behavior. It seems like it should be defaulting to 60s which is the configured default.

@mreiferson mreiferson added the bug label Jul 30, 2014
@mreiferson
Copy link
Member

Yea, this is a bug, nsqd should be using the materialized value, not sending back what it received.

Thanks!

@mreiferson mreiferson changed the title msg_timeout for clients pre 0.2.28 nsqd: msg_timeout for clients pre 0.2.28 Jul 30, 2014
@mreiferson
Copy link
Member

ping #364

@mreiferson
Copy link
Member

RFR @jehiah

jehiah added a commit that referenced this pull request Jul 30, 2014
nsqd: msg_timeout for clients pre 0.2.28
@jehiah jehiah merged commit 40232db into nsqio:master Jul 30, 2014
@mreiferson mreiferson deleted the fix_msg_timeout_428 branch July 30, 2014 15:09
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.

2 participants