diff --git a/src/services/Aggregator/ws/index.ts b/src/services/Aggregator/ws/index.ts index 363cf98..f71b9ac 100644 --- a/src/services/Aggregator/ws/index.ts +++ b/src/services/Aggregator/ws/index.ts @@ -274,7 +274,7 @@ class AggregatorWS { this.isAlive = false; } else { this.logger?.('Heartbeat timeout'); - this.isClosedIntentionally = true; + this.isClosedIntentionally = false; this.ws?.close(4000); } };