@ -64,7 +64,7 @@ type conn struct {
}
func (c *conn) Close() error {
c.once.Do(func() { defer c.wg.Done() })
defer c.once.Do(c.wg.Done)
return c.Conn.Close()
The note is not visible to the blocked user.