mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-17 03:24:40 -07:00
@@ -1151,7 +1151,7 @@ func (c *client) updateSmap(sub *subscription, delta int32) {
|
||||
|
||||
// If we are solicited make sure this is a local client or a non-solicited leaf node
|
||||
skind := sub.client.kind
|
||||
if c.isSpokeLeafNode() && !(skind == CLIENT || (skind == LEAF && !sub.client.isSpokeLeafNode())) {
|
||||
if c.isSpokeLeafNode() && !(skind == CLIENT || skind == SYSTEM || (skind == LEAF && !sub.client.isSpokeLeafNode())) {
|
||||
c.mu.Unlock()
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user