xamarin / mqtt

Minimalist and intuitive MQTT broker and client written entirely in C#

Home Page:http://xamarin.github.io/mqtt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with retain messages

Fianax opened this issue · comments

I publish with retain == true and it checks that it is true. But when I disconnect and reconnect (without having restarted the server), the ratin messages do not reach me, but the mqttExplored application does.

Because?

Sorry for the inconvenience.

I have already fixed the error.
You only had to create the Client.MessageStream before you made the Client.ConnectAync().

Sorry for the inconvenience and thank you for the package :)