robert

Results 7 comments of robert

hi, have you solve that problem, I have the same problem now.

Paho.Java have the callback function when msg published success or fail. but not mqttnet. M2mqtt also have callback when meg published success.

Hi, we can realize this function in MQTTnet.Extensions.ManagedClient.

> You mean you warnt to disable that Feature? Hi @chkr1011 , yes, I want to realize reconnect function by myself in the callback function of OnMqttClientDisconnected.

> I added this in master branch. Please let me know if this works for you. hi @chkr1011 , ok, thanks a lot. I will try that and reply, but...

Hi @chkr1011 , I setted WithoutAutoReconnect in MQTTnet3.0.13, but it failed when connect to server. Callback function did not work in OnMqttClientConnected OnMqttClientDisconnected and OnMqttClientConnectingFailed. It blocked and did not...