多啦b梦

Results 29 comments of 多啦b梦

一般是 go.mod 模块管理的...ide里面导包全自动 根本就不需要管...他自动下载的...

> 报错信息显示input data没有数据,建议从输入开始排查哪里有问题。 你们能不能帮忙检查一下啊

I simulated the rabbmitmq outage Stopped rabbmitmq But I don't know how to use your package to capture disconnected yics I want to catch the exception Reestablishing channels

How should I add Listen for rabbmitmq disconnect event

I checked all the documents There's still no way to write it down Sorry to bother you.

``` func (p *Publisher) Publish(topic string, messages ...*message.Message) (err error) { if p.closed { return errors.New("pub/sub is connection closed") } p.publishingWg.Add(1) defer p.publishingWg.Done() if !p.IsConnected() { return errors.New("not connected to...

``` func (p *Publisher) NewChannel(){ p.Channel, _ = p.amqpConnection.Channel() } func (p *Publisher) Publish2(topic string, messages ...*message.Message) (err error) { //if p.closed { // return errors.New("pub/sub is connection closed") //}...

Hello, brother, are you free? Can you help me to add the option of multiplexing channel? Thank you very much This is very helpful for improving performance Up to 10000+...

> Yeah, been meaning to ask if this is alive still. I'm using it now https://github.com/yeszao/dnmp It's easy to use