v3.3.4: fix optional param in contract client, add js/ts samples for contract client, fix e2e open interest limit test, update readme

This commit is contained in:
tiagosiebler
2022-11-29 08:59:16 +00:00
parent f7fb1a560c
commit 84b71f5c13
8 changed files with 50 additions and 6 deletions

View File

@@ -544,6 +544,7 @@ export class WebsocketClient extends EventEmitter {
private reconnectWithDelay(wsKey: WsKey, connectionDelayMs: number) {
this.clearTimers(wsKey);
if (
this.wsStore.getConnectionState(wsKey) !==
WsConnectionStateEnum.CONNECTING