stevenlovegrove / MqttDotNet

.net Implementation of the client half of the MQTT messaging protocol. MQTT is a lightweight, open specification publish and subscribe protocol cheifly developed by IBM. Details of MQTT can be found at http://mqtt.org.
MIT License
153 stars 91 forks source link

MQTT connectivity problem. #12

Open kishorevangala opened 9 years ago

kishorevangala commented 9 years ago

I am using updated library, but still I am facing an issue with connectivity.We are using this library for Windows Phone 8.0 application.If the application went to Idle mode then it will stop connect to MQTT. There is no auto-reconnect in this library even trying to connect manually also not connecting.Please look into this issue.

corew commented 8 years ago

hi,I have met this problem too.How do you solve it?thanks.

grahamehorner commented 7 years ago

@kishorevangala windows Phone 8.0 tombstoning is your issue, if you need MQTT to be active when the application is idle you need to use a background task, which your device will run while the app is idle