Sometimes I get this error in the Bungee console, what is it?
What IS this?
Code (text):
Caused by: java.lang.IndexOutOfBoundsException: readerIndex(3) + length(77) exceeds writerIndex(5): UnpooledHeapByteBuf(ridx: 3, widx: 5, cap: 5)
at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1161)
at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:669)
at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:677)
at...
at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1161)
at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:669)
at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:677)
at...