YangSihong commented on PR #11714: URL: https://github.com/apache/dubbo/pull/11714#issuecomment-1619686998
I am currently using version 3.1.1 and still have this issue,My usage scenario is:dubbo rest with server netty dubbo config: dubbo.protocols.rest.server: netty dubbo.protocols.rest.port: xxx dubbo.protocols.dubbo.port: xxxx dubbo.provider.dispatcher: message. dubbo.provider.threads: 512 dubbo.provider.accepts: 512 dubbo.provider.validation: jwValidation dubbo.provider.filter: -exception pom dependency: ``` <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-netty4</artifactId> <version>3.0.19.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> <version>4.1.65.Final</version> </dependency> ``` If the issue has been fixed, which official version can be used? -- 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: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org