kifile opened a new pull request, #47: URL: https://github.com/apache/dubbo-python/pull/47
## What is the purpose of the change The Http2Protocol stream-handler object is set by the `triple/protocol.py' defined when initialized. When client connect to server, the asyncio will create a new http2protol using the same stream-handler object, and overwrite the _loop property. it results the preview connections cannnot be resolved as expected. It could be resolved by redefine the stream-handler in Http2Protocol ## Brief changelog ## Verifying this change -- 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]
