[grpc-io] Re: grpc python streaming response order

2018-03-28 Thread rvshah825
python server streaming, and it is unclear to me if there > is a guarantee that the client will receive all messages the server sent. I > have a test setup here > https://github.com/rvshah825/grpc-python/tree/5f306d820458b539187a6c7fa80f7d3e7d2bed87 > > (client.py, server.py) &

[grpc-io] grpc python streaming response order

2018-03-23 Thread rvshah825
I was trying out python server streaming, and it is unclear to me if there is a guarantee that the client will receive all messages the server sent. I have a test setup here https://github.com/rvshah825/grpc-python/tree/5f306d820458b539187a6c7fa80f7d3e7d2bed87 (client.py, server.py

[grpc-io] grpc status code errors on python server side

2018-03-21 Thread rvshah825
Hope this is the right place for questions about grpc usage. Please let me know if stackoverflow with #grpc tag is where to go in future. I was reading https://github.com/grpc/grpc/blob/master/doc/statuscodes.md which mentions that CANCELLED and DEADLINE_EXCEEDED status code can be raised on