About the size of netty's mqttdecoder acceptable messages exceeding 16kb

background: mqtt protocol development using netty integrated moquette framework
problem: when the client sends a message that exceeds the size of the 16kb to the server broker, the mqttDecoder has an IndexOutOfBoundsException: pooledUnsafeDirectByteBuf (ridx:9525,widx:16384,cap:16384) .slice (9525Mae 9525) exception.
try to solve the problem: changing the value of io.netty.threadLocalDirectBufferSize and io.netty.maxThreadLocalCharBufferSize to 1024024 will not solve the problem

Jul.11,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b42532-2c5f7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b42532-2c5f7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?