Hello everyone,
I have an application that I'm using MQTT, the way that I'm handling the client now is:
Everytime I navigate between pages, the ViewModel initialize the client and work with it
I was thinking that maybe it is interesting to share the same client between the ViewModels, so they work as a "background Thread" that is always listening to the mqtt server.
How do you do it inside your applications?