Amir Abushareb
Results
31
issues of
Amir Abushareb
This PR will let clients configure their own msg_timeout: ``` c, err := nsq.StartConsumer(nsq.ConsumerConfig{ Identify: nsq.Identify{MsgTimeout: time.Second * 5}, }) ``` If `MsgTimeout` is not passed, the behavior should be...
duo
3