Hi, As per about page, grpc support "Connecting mobile devices, browser clients to backend services". But I can't find a pure javascript impl(lib like grpc.js). Actually, I want to use in such way as http://thrift.apache.org/lib/js. Can you suggest? Thanks.
------------------ 原始邮件 ------------------ 发件人: "Carl Mastrangelo";<[email protected]>; 发送时间: 2017年2月9日(星期四) 凌晨0:55 收件人: "grpc.io"<[email protected]>; 抄送: "咚不龙咚强"<[email protected]>; 主题: Re: Client became DEAD when server down right after request sent You need to add a Deadline to your RPC to make sure it eventually fails. On Tuesday, February 7, 2017 at 8:27:52 PM UTC-8, 咚不龙咚强 wrote: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 -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/tencent_7E0B0FF847B61B60247A522D%40qq.com. For more options, visit https://groups.google.com/d/optout.
