DataBufferLimitException:超出了缓冲 webflux 错误的最大字节数限制
2022-08-31 13:34:24
发送文件时,我收到一个字节数组。我总是遇到webflux接收数组的问题。抛出的错误如下:
org.springframework.core.io.buffer.DataBufferLimitException: Exceeded limit on max bytes to buffer : 262144
at org.springframework.core.io.buffer.LimitedDataBufferList.raiseLimitException(LimitedDataBufferList.java:101)
Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException
你现在如何在网络流量中解决这个问题吗?