eclipse/paho.mqtt.m2mqtt

MqttClient Connect method is making Application unresponsive.

abhishekswaraj23 opened this issue · 1 comments

When we have poor connection and connection is not able to establish, MqttClient Connect() method is making application unresponsive. Is there any way to use Connect method asynchronously? I am using mono version of MqttClient in my Xamarin project.

@abhishekswaraj23 I think you're running to same issue as others when failing connection. There are multiple PRs that should resolve this issue.