mirror of
https://github.com/fhmq/hmq.git
synced 2026-04-24 10:38:34 +00:00
lb
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user