Senthil Kumar
Results
2
issues of
Senthil Kumar
[Test Repo](https://github.com/senthilkumarv/grpc-rs-async/blob/master/src/main.rs) **Describe the bug** I have gRPC server and client written using grpc-rs. I am trying to make parallel calls to the server from the client. I expect the...
I am have this schema ``` message Promo { string image = 1; string adUrl = 2; bool isAd = 3; } ``` Used this data ``` promos=[Promo{image=https://djloboapp.com/main_images/djlobopromo_Android.jpg, isAd=false}, Promo{image=https://djloboapp.com/main_images/followDJLobo2_Android.jpg,...