zhijunfu commented on issue #1097: URL: https://github.com/apache/incubator-brpc/issues/1097#issuecomment-619674938
> @zhijunfu 那现在brpc 还不支持on_received_message返回错误? 即使返回了也不处理? 这个应该不会支持的。一般错误处理逻辑是说上层处理下层的错误,比如说断连的错误brpc会通过on_closed 告诉上层。下层不会处理上层的错误的,你的函数返回个错误,brpc也不知道该怎么处理啊。。 ---------------------------------------------------------------- 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]
