flightonary / Moscapsule

MQTT Client for iOS written in Swift
MIT License
273 stars 69 forks source link

Fix issue with zombie threads #53

Closed AlexIzh closed 7 years ago

AlexIzh commented 7 years ago

51

Issue: if I call disabledReconn, it will set maximum integer value to delay. So, if connection was broken, then it will call sleep with almost infinite value and thread will not be removed even if I call disconnect.

flightonary commented 7 years ago

Thank you so much for your great works.