Open iswing opened 10 months ago
Do you have access to the EMQX logs and see any errors or something of interest? I tested with the public broker at "broker.emqx.io" and it can connect with protocol version 3.1.1 and also 5.0.0.
Do you have access to the EMQX logs and see any errors or something of interest? I tested with the public broker at "broker.emqx.io" and it can connect with protocol version 3.1.1 and also 5.0.0.
I had the same problem, subscribing to a shared theme, and I got an error sub "$share/service1/online/pub" // ProtocolError sub "online/pub" //succeed
I did following tests
default ProtocolVersio
) , the connect worked fine. If I change bloker to mosquito bloker(use mqttv5), everything is ok. If I use mqttv5 to connect to emqx bloker,I recive Disconnect with reason code ( ProtocolError)Here is my Code
2024-01-19 14:25:18[INF][MqttEventBus] - Connected 2024-01-19 14:25:18[ERR][MqttEventBus] - ProtocolError(130)