chore(): more refactoring around base ws architecture #246
Annotations
5 errors
|
Build & Test
Process completed with exit code 1.
|
|
Build & Test:
src/websocket-client.ts#L180
Type 'WsChannelSubUnSubRequestArg' is not assignable to type 'WsTopicRequest<string, unknown>'.
|
|
Build & Test:
src/websocket-client.ts#L180
Property 'requestUnsubscribeTopics' is private and only accessible within class 'BaseWebsocketClient<TWSKey, TWSRequestEvent, TWSUpdateEventData>'.
|
|
Build & Test:
src/websocket-client.ts#L171
Argument of type 'WsChannelSubUnSubRequestArg' is not assignable to parameter of type 'WsTopicRequest<string, unknown>'.
|
|
Build & Test:
src/websocket-client.ts#L146
Cannot find name 'wsEventArg'. Did you mean 'wsEventArgs'?
|