We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rpc_listener.h 中_is_closed(false)初始化为false 在调用start_listen时,可能没有监听成功,但是没有把状态设置为_is_closed=ture, 在RpcServerImpl::TimerMaintain中认为_listener->is_closed()为false,不再发起重连操作
The text was updated successfully, but these errors were encountered:
谢谢反馈。 但是代码中 _is_closed 初始化为true: https://github.com/baidu/sofa-pbrpc/blob/master/src/sofa/pbrpc/rpc_listener.h#L35
你是怎么发现不再尝试发起重连的?是否可以提供复现场景?
Sorry, something went wrong.
No branches or pull requests
rpc_listener.h 中_is_closed(false)初始化为false
在调用start_listen时,可能没有监听成功,但是没有把状态设置为_is_closed=ture,
在RpcServerImpl::TimerMaintain中认为_listener->is_closed()为false,不再发起重连操作
The text was updated successfully, but these errors were encountered: