We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4741276 commit e27158eCopy full SHA for e27158e
connection.go
@@ -661,8 +661,8 @@ func (conn *Connection) runReconnects(ctx context.Context) error {
661
662
select {
663
case <-ctx.Done():
664
- // Since the context is cancelled, we don't need to do anything.
665
- // Conn.connect() will return the correct error.
+ // Since the context is cancelled, we don't need to do anything.
+ // Conn.connect() will return the correct error.
666
case <-t.C:
667
}
668
0 commit comments