add more comments
This commit is contained in:
@ -500,6 +500,7 @@ func (cc *Conn) transportMonitor() {
|
|||||||
if !cc.reconnect() {
|
if !cc.reconnect() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
// Tries to drain reset signal if there is any since it is out-dated.
|
||||||
select {
|
select {
|
||||||
case <-cc.resetChan:
|
case <-cc.resetChan:
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user