@@ -282,9 +282,6 @@ func keepalive(conn net.Conn, quit <-chan struct{}) {
_ = conn.Close()
return
}
case <-time.After(3 * time.Second):
case <-quit:
ticker.Stop()
The note is not visible to the blocked user.