atmosphere icon indicating copy to clipboard operation
atmosphere copied to clipboard

java.nio.ByteBuffer.flip()

Open fcorneli opened this issue 1 month ago • 8 comments

Atmosphere version: 2.7.14 Java version: 8 We get the following exception:

15:21:08,709 ERROR [org.atmosphere.cpr.AsynchronousProcessor] (nioEventLoopGroup-3-5) : java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer;
	at org.atmosphere.client.TrackMessageSizeInterceptor$Interceptor.transformPayload(TrackMessageSizeInterceptor.java:173)

This did not happen on Atmosphere versions 2.7.10, 2.7.11.

fcorneli avatar May 28 '24 13:05 fcorneli