王聪洋

Results 77 comments of 王聪洋

I have tested it locally

> 2.7.x 也有这样的现象,问题的关键是前后两次请求共用变量 a (注意:假如前后两次请求是两个不同的对象,但是对象的成员变量公用了,也会有同样的问题)。 > > 该问题在 3.2.0 版本得到了解决(虽然此次调整是为了提升效率,并没有说明为了解决这个问题)。commit 记录:[5016f55](https://github.com/apache/dubbo/commit/5016f550be52f14a232399409a3c97fa6d6db321) > > 关键代码在 dubbo-remoting/dubbo-remoting-netty4/src/main/java/org/apache/dubbo/remoting/transport/netty4/NettyChannel.java 中: > > ``` > try { > Object outputMessage = message; > if (!encodeInIOThread)...

> > I'm willing to do it ,pls assign to me. > > We have a [PR](https://github.com/apache/dubbo/pull/13904) related with this issue. For further improvement, we need to consider use async...

How is your progress? I want to be involved

As far as I know, this work has been done by @aofall

Is this issue completed? Is there any progress? I am very interested in this and want to join. @tritone-l

现在镜像不是都让下架了吗,怎么搞

> > Please add it into the default allow list > > how to add? I hope this helps you https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/tasks/security/class-check/