blokur / grpc-ts-demo

🎵 Demo of a gRPC client and server implementation in TypeScript
MIT License
124 stars 30 forks source link

Server not getting any requests from client #4

Open netpoe opened 3 years ago

netpoe commented 3 years ago

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.