How do you persist the Paho MQTT client object in a Redux store?
I am using the Paho MQTT Javascript library in my React App to connect to an MQTT server. Everything is working fine but I would like to provide the user an option to manually disconnect from the server on clicking a button.