laywin commented on issue #14485: URL: https://github.com/apache/dubbo/issues/14485#issuecomment-2264916631
>  > > @laywin 据我所知 [scope=Injvm不支持 Streaming](https://github.com/apache/dubbo/issues/12377),所以trip协议必须设置scope=romote,那么这样修改,是不是不会对trip协议起作用呢? i think the key is to judge whether the invoke happens in same thread, if so, keep the xid, otherwise remove it, when in remote scope, it will not in same thread, remove it in provider thread. when call returned client, xid is also there. -- 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]
