mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-25 15:17:40 +03:00
Fix
This commit is contained in:
@@ -158,6 +158,5 @@ export default class PriceFeedSubscription<T extends SubscriptionType = Subscrip
|
||||
kill() {
|
||||
this.isClosedIntentionally = true;
|
||||
this.ws?.close();
|
||||
clearInterval(this.heartbeatInterval);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user