MrGuin opened a new issue, #1739: URL: https://github.com/apache/incubator-brpc/issues/1739
1. 当发送方一次 StreamWrite 返回错误 EINVAL 时,该如何处理?重新连接,需要重新 init channel,还是只需要把 stream 重新 connect 一下? 2. 如果 StreamWrite 返回成功,是否可认为发出的 message 已经到达对端?发送过程中某次 StreamWrite 出错,在重连之后是否可以安全地直接从当前位置继续发送,还是必须从头开始重发? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
