You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Inside the BookServiceClient class book_grpc_pb.d.ts file I have a method named close: public close(request: Request, ...) => void): grpc.ClientUnaryCall;
that is conflicted with another method named close in grpc.Client in which the BookServiceClient extends: close(): void;
Is there a work around for this conflict without having to change the name of the client method?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
Inside the
BookServiceClient
classbook_grpc_pb.d.ts
file I have a method namedclose
:public close(request: Request, ...) => void): grpc.ClientUnaryCall;
that is conflicted with another method named
close
ingrpc.Client
in which theBookServiceClient
extends:close(): void;
Is there a work around for this conflict without having to change the name of the client method?
Thank you.
The text was updated successfully, but these errors were encountered: