TousakaRin commented on issue #2665:
URL: https://github.com/apache/brpc/issues/2665#issuecomment-2177375145
client
也是brpc写的吗,正常流程是你发送kill之后,server拒绝接受新的连接,同时为后续所有的rpc都返回ELOGOFF这个错误,brpc的client在收到这个错误之后会把对应socket摘除。
--
This is an automated message from the Apache Git Service.
To respond t
zhangyachen commented on issue #2665:
URL: https://github.com/apache/brpc/issues/2665#issuecomment-2177413389
> client
也是brpc写的吗,正常流程是你发送kill之后,server拒绝接受新的连接,同时为后续所有的rpc都返回ELOGOFF这个错误,brpc的client在收到这个错误之后会把对应socket摘除。
client是百度的java版brpc,https://github.com/baidu/starlight
--
This