Skip to content

chore(): more refactoring around base ws architecture #246

chore(): more refactoring around base ws architecture

chore(): more refactoring around base ws architecture #246

Triggered via push July 25, 2025 14:12
Status Failure
Total duration 13s
Artifacts

e2etest.yml

on: push
Build & Test
9s
Build & Test
Fit to window
Zoom out
Zoom in

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'?