Hello, this is Marco from Balance Innovations. We are using an M2Mqtt client to interface with our IoT API by establishing a certificate-based connection (in other words, by passing the client ID only, no username and password). It recently emerged the necessity to disable the Clean Session functionality, but unfortunately there is no override method for Connect() which would only take in clientId and cleanSession as arguments. Furthermore, the connection attempt fails when passing null username and password, so that is not a solution. I wanted to ask the permission to write an additional override for the Connect() method which would take in clientId and cleanSession only.
Thank you.