EarthChen commented on issue #15880: URL: https://github.com/apache/dubbo/issues/15880#issuecomment-3673728158
This seems to be a bug. The puServer is used for single-port multi-protocol communication, and when handling the peer's active disconnection, it invokes org.apache.dubbo.remoting.api.connection.ConnectionHandler#onGoAway. Currently, only the Triple protocol has implemented this interface, while the Dubbo protocol does not handle connection closure within this interface. -- 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]
