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
It also breaks when Fabric API is on only the client with this error: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(6) + length(1) exceeds writerIndex(6): PooledUnsafeDirectByteBuf(ridx: 6, widx: 6, cap: 6)
When Fabric API and OCAIP are on the server, an OCAIP-enabled client fails to connect with the error message
Unexpected custom data from client
.It also breaks when Fabric API is on only the client with this error:
Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(6) + length(1) exceeds writerIndex(6): PooledUnsafeDirectByteBuf(ridx: 6, widx: 6, cap: 6)
When Fabric API is on both the client and the server, it fails with:
Unexpected custom data from client
.When neither side has Fabric API, everything works perfectly.
OCAIP configuration used throughout:
The text was updated successfully, but these errors were encountered: