How to send messages in grpc bidirectional rpc without buffering from grpc node client
RouteChat example which is a bi-directional rpc, seems to be buffering messages on write. Is there a way to force writes to the outgoing stream immediately without buffering?
No comments:
Post a Comment