fix(gateway): send heartbeats correctly
oops
This commit is contained in:
parent
ff2f4a0358
commit
bed582b953
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue