vert-x3 / vertx-mqtt

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

went error with mqtt.fx 1.7 when begin to connect #201

Closed laowangnj closed 2 years ago

laowangnj commented 3 years ago

An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.

java.lang.Exception: Wrong message type io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf at io.vertx.mqtt.impl.MqttServerConnection.handleMessage(MqttServerConnection.java:189) ~[vertx-mqtt-3.9.7.jar:3.9.7]

vietj commented 3 years ago

do you have a reproducer for this @laowangnj ?

laowangnj commented 3 years ago

sometimes, http://www.jensd.de/apps/mqttfx/1.7.1/

vietj commented 3 years ago

I mean a small vertx project with this client that shows how the error is happenign

tsegismont commented 2 years ago

Closing. Please reopen if you have a reproducer