diff --git a/core/src/commonMain/kotlin/moe/lava/neon/core/api/gateway/GatewaySession.kt b/core/src/commonMain/kotlin/moe/lava/neon/core/api/gateway/GatewaySession.kt index d617d65..57ccbbd 100644 --- a/core/src/commonMain/kotlin/moe/lava/neon/core/api/gateway/GatewaySession.kt +++ b/core/src/commonMain/kotlin/moe/lava/neon/core/api/gateway/GatewaySession.kt @@ -125,7 +125,6 @@ class GatewaySession private constructor( Event.QoSHeartbeat(lastSeq).pack().send() missedHeartbeats += 1 delay(interval) - break } } }