mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-09 22:47:24 +00:00
do not exit from reconnectRoutine!
This commit is contained in:
@@ -238,7 +238,6 @@ func (c *WSClient) reconnectRoutine() {
|
||||
}
|
||||
}
|
||||
c.startReadWriteRoutines()
|
||||
return
|
||||
}
|
||||
case <-c.Quit:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user