mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
fix: reconnect
This commit is contained in:
@@ -274,7 +274,7 @@ class AggregatorWS {
|
||||
this.isAlive = false;
|
||||
} else {
|
||||
this.logger?.('Heartbeat timeout');
|
||||
this.isClosedIntentionally = true;
|
||||
this.isClosedIntentionally = false;
|
||||
this.ws?.close(4000);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user