nats-grpc
nats-grpc copied to clipboard
question: why for a RPC request needs to make 3 nats PublishRequest call ?
The project is great. But I didn't quite understand the design why for a RPC request, the clientStream.Invoke() makes 3 nats PublishRequest ?
c. writeCall(call) c.wirteData() c.CloseSend()
thanks