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 e8f5b51 commit e410eabCopy full SHA for e410eab
conn.go
@@ -80,7 +80,7 @@ type Conn struct {
80
closeReadDone chan struct{}
81
82
closing atomic.Bool
83
- closeMu sync.Mutex
+ closeMu sync.Mutex // Protects following.
84
closed chan struct{}
85
86
pingCounter atomic.Int64
0 commit comments