qinchunabng

Results 7 comments of qinchunabng

We have got the same problem. And I reproduced the problem by using below codes: ``` @SpringBootTest @TestInstance(TestInstance.Lifecycle.PER_CLASS) public class RedisTest { @Autowired private ReactiveRedisTemplate redisTemplate; private ExecutorService executorService =...

> @qinchunabng Thanks for sharing. I have one question. You example code has two comments. one is 'publishOn' and other is 'subscribeOn' To avoid exception happening, needs uncomment both? Just...

> > > @qinchunabng Thanks for sharing. I have one question. You example code has two comments. one is 'publishOn' and other is 'subscribeOn' To avoid exception happening, needs uncomment...

> > But gateway get the error as below, There is no encoder for Part type. > > org.springframework.core.codec.CodecException: No suitable writer found for part: file > > Use `BodyInserters.fromMultipartData`...

> @gengxiaoxiaoxin According to your tips, I have solved this problem. Thank you. This is my complete code. ``` public class FormDataFilter implements GatewayFilter { private FormDataDecryptor formDataDecryptor; public FormDataFilter()...

We encountered the same problem. But we use methods provided by spring-boot. And we have set a pool setting. Does lettuce pool related to this problem. In this situation, how...

@violetagg I met the same problem. You can use [this code](https://github.com/qinchunabng/gateway-test.git) to reproduce this problem. I checked the logs when the connection leak happened. I found this exception: ``` reactor.netty.channel.AbortedException:...