-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
- I clone the repo
- cd client & yarn
- yarn start
- i get errors
Class 'WebRtcClientBase' incorrectly implements class 'AbstractClientBase'. Did you mean to extend 'AbstractClientBase' and inherit its members as a subclass? Property 'thenableCall' is missing in type 'WebRtcClientBase' but required in type 'AbstractClientBase'.ts(2720)
QuickFix offers add in WebRtcClientBase below code
thenableCall<REQ, RESP>(method: string, request: REQ, metadata: Metadata, methodDescriptor: MethodDescriptor<REQ, RESP>): Promise<RESP> {
throw new Error("Method not implemented.")
}
rpcCall and serverStreaming functions have return error
Property 'removeListener' is missing in type 'WebRtcClientStream<Request, Response>' but required in type 'ClientReadableStream<Response>'.ts(2741) index.d.ts(49, 5): 'removeListener' is declared here.
Type 'WebRtcClientStream<Request, Response>' is not assignable to type 'ClientReadableStream<Response>'.ts(2322)
Acedyn
Metadata
Metadata
Assignees
Labels
No labels