Specifically, I'm looking for how to properly close a streaming RPC with an error code/status in a Node server. See https://github.com/grpc/grpc-node/issues/287
Specifically, I'm looking for how to properly close a streaming RPC with an error code/status in a Node server.
See grpc/grpc-node#287