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.
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