liuxb1026 opened a new issue, #99: URL: https://github.com/apache/dubbo-getty/issues/99
**What happened**: After the provider instance restart,the session is interrupted and the client keeps retrying the connection.As a result, error logs flood the screen. **What you expected to happen**: I want the client not to reconnect indefinitely after the session is interrupted. **How to reproduce it (as minimally and precisely as possible)**: After the provider instance restarts, use the client to invoke the Provider. **Anything else we need to know?**: I found a loop call. dubbo-getty/session.go/handlePackage -> dubbo-getty/session.go/stop -> dubbo-getty/client.go/reConnect -> dubbo-getty/client.go/connect -> dubbo-getty/session.go/run -> dubbo-getty/session.go/handlePackage -- 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]
