Skip to content

Commit

Permalink
nsqd/nsqdmin: introspection of producer connections
Browse files Browse the repository at this point in the history
  • Loading branch information
sparklxb committed Apr 16, 2017
1 parent 1c44882 commit a3df076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nsqd/nsqd.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ func (n *NSQD) RemoveClient(clientID int64) {

_, ok := n.clients[clientID]
if !ok {
n.Unlock()
return
}
delete(n.clients, clientID)
Expand Down

0 comments on commit a3df076

Please sign in to comment.