This commit is contained in:
zhouyuyan
2017-09-08 10:44:53 +08:00
parent 258912b33a
commit f2efaa9992

View File

@@ -226,7 +226,7 @@ func (c *client) ProcessPublishMessage(packet *packets.PublishPacket) {
t := "$queue/" + topic
cnt, exist := b.queues[t]
if exist {
log.Info("queue index : ", cnt)
// log.Info("queue index : ", cnt)
for _, sub := range r.qsubs {
if sub.client.typ == ROUTER {
if c.typ == ROUTER {