EarthChen commented on code in PR #10672:
URL: https://github.com/apache/dubbo/pull/10672#discussion_r985084600


##########
dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/call/ServerStreamServerCallListener.java:
##########
@@ -34,11 +40,19 @@ public void onReturn(Object value) {
     }
 
     @Override
-    public void onMessage(Object message) {
+    public void onMessage(Object message,DefaultHttp2WindowUpdateFrame stream, 
Http2Connection connection) {

Review Comment:
   If it is necessary to add DefaultHttp2WindowUpdateFrame, can it be replaced 
with an 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]

Reply via email to