Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
belimawr committed Mar 27, 2024
1 parent a9580b4 commit dc55d3e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libbeat/publisher/pipeline/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ func (c *client) Close() error {
// first stop ack handling. ACK handler might block on wait (with timeout), waiting
// for pending events to be ACKed.
c.closeOnce.Do(func() {
// This is not needed any more as the pipeline does not
// keep any list of clients
// close(c.done)

c.isOpen.Store(false)
c.onClosing()

Expand Down

0 comments on commit dc55d3e

Please sign in to comment.