fix client timeout

This commit is contained in:
nek0 2024-10-29 04:51:31 +01:00
parent 71b325b2a4
commit 60fc061d00

View file

@ -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
) )