We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello @mschristensen
I've followed your tutorial around this grpc-ts-demo and set up my own structure for a project I'm building.
The server starts well:
Then I set the client in a jest test file: https://github.com/netpoe/grpc-ts-demo/blob/master/__test__/service/client.test.ts
But I don't get the request in the Controller.
I followed the instructions to ouput the typescript files from the .proto file and generated the declaration files successfully,.
.proto
By looking at the code, do you have a clue on what's happening?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello @mschristensen
I've followed your tutorial around this grpc-ts-demo and set up my own structure for a project I'm building.
The server starts well:
Then I set the client in a jest test file: https://github.com/netpoe/grpc-ts-demo/blob/master/__test__/service/client.test.ts
But I don't get the request in the Controller.
I followed the instructions to ouput the typescript files from the
.proto
file and generated the declaration files successfully,.By looking at the code, do you have a clue on what's happening?
Thanks in advance.
The text was updated successfully, but these errors were encountered: