nsqclient/client.go @@ -45,6 +45,5 @@ if err := c.Run(config.Options.NsqServer, 1); err != nil { logger.Error("运行nsq消费客户端失败, %s", err.Error()) } } }