at io.netty.util.Recycler$Stack.push(Recycler.java:96) at io.netty.util.Recycler.recycle(Recycler.java:56) at io.netty.channel.MessageList.recycle(MessageList.java ...
This commit shows a prototype which makes Recycler virtual thread friendly, with the checking rule: If the thread is virtual thread or we are not able to determine the thread type, then do not use ...