feat(): start websocket API client wrapper, chore(): misc typo fixes & cleaning

This commit is contained in:
tiagosiebler
2025-05-19 12:38:04 +01:00
parent b5e109d362
commit c4cc09489f
5 changed files with 150 additions and 13 deletions

View File

@@ -124,7 +124,7 @@ export abstract class BaseWebsocketClient<
*/
private wsStore: WsStore<TWSKey, WsTopicRequest<string>>;
protected logger: typeof DefaultLogger;
public logger: typeof DefaultLogger;
protected options: WebsocketClientOptions;