Skip to content

Commit

Permalink
fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Apr 19, 2023
1 parent 7abf0a4 commit 4b25ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subscriber.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ func (s *Subscriber) MarshalLogObject(enc zapcore.ObjectEncoder) error {
return nil
}

// handleFullChan disconnects the subscriber when the out channel is full
// handleFullChan disconnects the subscriber when the out channel is full.
func (s *Subscriber) handleFullChan() {
atomic.StoreInt32(&s.disconnected, 1)
s.outMutex.Unlock()
Expand Down

0 comments on commit 4b25ad3

Please sign in to comment.