mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 12:11:58 +00:00
remove SwitchEventNewPeer, SwitchEventDonePeer
This commit is contained in:
@@ -320,6 +320,7 @@ FOR_LOOP:
|
|||||||
c.Logger.Debug("Send Ping")
|
c.Logger.Debug("Send Ping")
|
||||||
wire.WriteByte(packetTypePing, c.bufWriter, &n, &err)
|
wire.WriteByte(packetTypePing, c.bufWriter, &n, &err)
|
||||||
c.sendMonitor.Update(int(n))
|
c.sendMonitor.Update(int(n))
|
||||||
|
// c.flush
|
||||||
go c.flush()
|
go c.flush()
|
||||||
c.Logger.Debug("Starting pong timer")
|
c.Logger.Debug("Starting pong timer")
|
||||||
c.pongTimer.Set()
|
c.pongTimer.Set()
|
||||||
|
Reference in New Issue
Block a user