nulinuli-nuli commented on issue #13539: URL: https://github.com/apache/dubbo/issues/13539#issuecomment-1868301243
> Call back invocation is happend when server push something back to the client and graceful shutdown is for shutting down server. So you should try to let your server not push anything first. If you want to shutdown client, there is no way to make it graceful or you may try triple with streaming mode. 是不是说参数回调不支持优雅停机,就是有一些业务场景需要服务端回调客户端,我发现服务端停机之后,会将停机之前已经接受到的请求执行完然后回调客户端,但是因为客户端提前就将连接中断了,导致服务端回调抛中断异常。 -- 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: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org