lindonglin commented on issue #14629: URL: https://github.com/apache/dubbo/issues/14629#issuecomment-2333300351
@cnzakii I'll solve this problem temporarily: use provider to actively send heartbeats to consumers through `org.apache.dubbo.common.stream.StreamObserver#onNext`. If consumers don't receive heartbeats for a long time, they think the connection is disconnected and actively initiate reconnection. Do you have any plans to fix this or add a proactive response to notify the user. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
