aciidgh / SwiftMQTT

MQTT Client in pure swift ❤️
MIT License
270 stars 71 forks source link

Converted to Swift 5.1, fixed test passing #44

Open anatoliykant opened 5 years ago

anatoliykant commented 5 years ago

Fixed work with memory on Swift 5.1. Enjoy.

kervich commented 5 years ago

@anatoliykant Great, thanks! :+1: I've refined your changes so that only memory access issue is addressed, since conversion to Swift 5 is a different thing and should not be addressed in this particular fix. Hope you don't mind :wink:

anatoliykant commented 5 years ago

@anatoliykant Great, thanks! 👍 I've refined your changes so that only memory access issue is addressed, since conversion to Swift 5 is a different thing and should not be addressed in this particular fix. Hope you don't mind 😉

No problem. I am glad that my pull request helped.