shamblett / mqtt5_client

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

Getting message twice while listening to MqttPublishMessage stream. #73

Closed aarjan closed 6 months ago

aarjan commented 9 months ago

I am listening to MqttPublishMessage stream for published message acknowledgement.

But, i am getting the message two times. Is it before and after the message is published?

shamblett commented 9 months ago

You should only get a message when its completed its handshake according to the protocol, I'll look at this.

shamblett commented 9 months ago

I'll need a log of what what happens when you publish a Qos 1 message( I assume this is the Qos level you mean here).