grpc_client
grpc_client copied to clipboard
Question: Do I need to continuously keep polling for new messages or will I get an event?
Do I need to continuously keep polling for new messages using grpc_client:get(Stream) or will I get an event. Or is there any other way. I am trying to use streaming rpc. Can anybody share a sample? Thanks.