cnzakii commented on code in PR #47:
URL: https://github.com/apache/dubbo-python/pull/47#discussion_r2005843225
##########
src/dubbo/protocol/triple/protocol.py:
##########
@@ -77,6 +77,7 @@ def export(self, url: URL):
# Create a stream handler
stream_multiplexer = StreamServerMultiplexHandler(listener_factory)
Review Comment:
We have already passed in the `listener_factory`, so there is no need to
pass in the `StreamServerMultiplexHandler`, since it is created in
`Http2Protocol`; it should be removed here.
--
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]