Hi,
I'm a fan of grpc. Here's the issue I found.
As per my understanding, a client call will send confirming message first to confirm server is available, then send out the request. What if a client call got acknowledged that server is ready and request sent, while suddenly server got down just before server send a response. I tried such case, as a result, client became DEAD, thread blocked.
Is that a issue? How can I avoid this?
Expecting your reply.
Thanks
Ted