grpcox icon indicating copy to clipboard operation
grpcox copied to clipboard

How to make requests to Bi-directional APIs?

Open shivnil3 opened this issue 6 years ago • 0 comments

I am able to make requests to my Unary API hosted only server. However, when I make requests to server side streaming/client side streaming/bidirectional streaming grpc API, hosted on my grpc server, it gives an error saying 'stream not found'. Do I need to do something specific on the server hosting grpcox, for accessing the streaming grpc APIs?

shivnil3 avatar May 23 '19 13:05 shivnil3