We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0f7ad commit abd4b50Copy full SHA for abd4b50
peer/conn.go
@@ -584,7 +584,7 @@ func (c *Conn) CloseWithError(err error) error {
584
// All logging, goroutines, and async functionality is cleaned up after this.
585
c.dcClosedWaitGroup.Wait()
586
587
- close(c.closed)
588
c.opts.Logger.Debug(context.Background(), "closed")
+ close(c.closed)
589
return err
590
}
0 commit comments