vert-x3 / vertx-mqtt

Vert.x MQTT
Apache License 2.0
184 stars 86 forks source link

Incorrect handling of max message size #202

Closed vietj closed 2 years ago

vietj commented 3 years ago

The current Netty version (4.1.65.Final) does not correctly handle max message size anymore (https://github.com/netty/netty/issues/11361).

We should wait until this is fixed and upgrade to the correct version to solve this issue.

In the mean time we will comment the failing tests to not make the CI useless.

A work around is to force netty-mqtt-codec to use 4.1.63.Final.