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