You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In particular focusing on releasing in case of error and cancellation signal scenarios, for code that deals with data buffers directly, i.e. outside of the built-in codecs. This could be custom encocders or decoders, a WebSocketHandler processing DataBuffers, or any other code (e.g. Spring Cloud Gateway) that handles DataBuffer's in a pipeline with operators that might do pre-fetching and queuing like flatMap.
Rossen Stoyanchev opened SPR-17409 and commented
In particular focusing on releasing in case of error and cancellation signal scenarios, for code that deals with data buffers directly, i.e. outside of the built-in codecs. This could be custom encocders or decoders, a WebSocketHandler processing DataBuffers, or any other code (e.g. Spring Cloud Gateway) that handles DataBuffer's in a pipeline with operators that might do pre-fetching and queuing like flatMap.
Affects: 5.0.10, 5.1.1
This issue is a sub-task of #21941
Referenced from: commits 4faee16, 8223ed3
The text was updated successfully, but these errors were encountered: