mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-17 11:24:44 -07:00
Use shortcut
This commit is contained in:
@@ -545,7 +545,7 @@ func (c *client) deliverMsg(sub *subscription, mh, msg []byte) {
|
||||
}
|
||||
}
|
||||
|
||||
if sub.client.nc == nil {
|
||||
if client.nc == nil {
|
||||
client.mu.Unlock()
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user