hi all, below is code which i am trying to make it work. after untar copy 
the files under route_guide folder of examples/cpp in grpc repo.
route chat modified code 
<https://drive.google.com/file/d/1xoFzl9EJ2SrYAQ8PrZBJ1FDZgKpkXS3T/view?usp=sharing>

it has cmake file and it will generate client and server binaries
*To run*
1st terimal - ./server
2nd terminal - ./client <client_id> <num of streams> eg: ./client 1 1 or 
./client 1 2

with one client and 1 stream it works good but with one client 2 streams or 
2 clients 1 stream each it sends and receives one message thats it. nothing 
happens after that.

please provide some pointers on this.

the reason for structuring the code this way is my main project also has 
similar design and apologies for throwing bunch of files.

thanks for any help
karthik


On Thursday, May 4, 2023 at 5:47:47 AM UTC+5:30 karthik karra wrote:

> I have been trying to get the multiple async client (2 clients) in 
> callback to make it work but server receives only 1 message each from the 
> client and the clients will keep on sending messages.
>
> if one any was successful, can you please post an example or if there is 
> an open bug please point to it
>
> thanks,
> karthik
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/3234a902-9feb-4080-9884-d7a36f8d8031n%40googlegroups.com.

Reply via email to