chenzhangyi commented on issue #1097: URL: https://github.com/apache/incubator-brpc/issues/1097#issuecomment-620404939
stream目前对照的语义是和tcp连接类似的(除了有消息边界外). 这个接口用int在当时的设计上是也是为了能够合适的方式传递用户态错误而不需要改接口。 你可以看下目前的场景直接Close是否能满足需求,这个应该是目前唯一的可以提前结束的手段。 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
