fix client timeout
This commit is contained in:
parent
71b325b2a4
commit
60fc061d00
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ sendPings = do
|
||||||
put stateContainer
|
put stateContainer
|
||||||
else do
|
else do
|
||||||
random <- liftIO nextRandom
|
random <- liftIO nextRandom
|
||||||
let newPong = (now, random)
|
let newPong = (lastPongTime, random)
|
||||||
liftIO $ sendMessage
|
liftIO $ sendMessage
|
||||||
( Ping random
|
( Ping random
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue