ahnselina commented on issue #392: URL: https://github.com/apache/incubator-brpc/issues/392#issuecomment-1091208628
> 定位到原因了,stream rpc 建流是特殊的rpc ,请求是PRPC,但是回包是STRM,所以建流和流传输都是回的STRM,如果夹杂普通的PRPC,就会回PRPC包,就会客户端解析失败 你好,我也遇到这个问题了,我这边是偶现的,启动的时候有时会报这个错误,有时又不会,看你的解释,意思是普通的rpc和那种stream的rpc必须分开用不同的接口吗,我这边目前是混用的 -- 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]
