diff --git a/clientconn.go b/clientconn.go index 6b194c8f..bf66914c 100644 --- a/clientconn.go +++ b/clientconn.go @@ -500,6 +500,7 @@ func (cc *Conn) transportMonitor() { if !cc.reconnect() { return } + // Tries to drain reset signal if there is any since it is out-dated. select { case <-cc.resetChan: default: