BurningCN opened a new pull request #9723:
URL: https://github.com/apache/dubbo/pull/9723


   When the `consumer` opens the `stub`, the exposure of the stub service (in 
the `StubProxyWrapper#getProxy` method) occurs after the connection between the 
client and the server is completed, so when the `connected` or `disconnected` 
event in the client is triggered(`DubboProtocol#requestHandler` ), the stub 
service cannot be found, so that the related methods of the consumer stub 
service cannot be called.


-- 
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]

Reply via email to