mirror of
https://github.com/fhmq/hmq.git
synced 2026-08-30 22:34:52 +00:00
update
This commit is contained in:
@@ -171,7 +171,10 @@ func (b *Broker) QueryShareSubscribe(topic string, qos byte) map[string]int32 {
|
|||||||
log.Error("rpc request error:", zap.Error(err))
|
log.Error("rpc request error:", zap.Error(err))
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
if resp.ShareSubCount > 0 {
|
||||||
result[id] = resp.ShareSubCount
|
result[id] = resp.ShareSubCount
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user