fix(gateway): send heartbeats correctly

oops
This commit is contained in:
Cilly Leang 2026-01-27 18:25:20 +11:00
parent ff2f4a0358
commit bed582b953
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -125,7 +125,6 @@ class GatewaySession private constructor(
Event.QoSHeartbeat(lastSeq).pack().send() Event.QoSHeartbeat(lastSeq).pack().send()
missedHeartbeats += 1 missedHeartbeats += 1
delay(interval) delay(interval)
break
} }
} }
} }