nsqio / go-nsq

The official Go package for NSQ
MIT License
2.59k stars 444 forks source link

Next Release #181

Closed moxar closed 8 years ago

moxar commented 8 years ago

Hello,

Do you intend to release a new tag soon on gopkg.in ? I depend on the newly exposed Producer.DeferredPublish() method (#162) and I'd rather use gopkg.in than a local vendoring system.

Best regards

mreiferson commented 8 years ago

Yes, we're overdue for a release

I'll try to find some time this weekend to stamp the next stable.

Thanks!

mreiferson commented 8 years ago

https://github.com/nsqio/go-nsq/releases/tag/v1.0.6

jackluo2012 commented 6 years ago

Is the problem solved by golang NSQ delay receiving message? I don't use this on this side. Can you give me an example