shamblett / mqtt5_client

A server and browser based MQTT 5 client for dart
Other
49 stars 25 forks source link

Solace Broker immediately disconnects mqtt5 client #55

Closed victorciumacext closed 6 months ago

victorciumacext commented 1 year ago

Hi,

I'm trying to use Solace (https://docs.solace.com/index.html) but for some reason connection is dropped immediately. (disconnect callback is called, with MqttDisconnectionOrigin.unsolicited)

Couldn't figure out what's the problem, as Mqttx works fine with Solace on mqtt5 protocol;

On the other hand, the mqtt-3.1.1 library works well with Solace service.

shamblett commented 1 year ago

You need to check your broker logs to see why the broker is refusing the connection.