novastone-media / MQTT-Client-Framework

iOS, macOS, tvOS native ObjectiveC MQTT Client Framework
Other
1.84k stars 466 forks source link

Replaced deprecated dispatch API with set/get specifier #425

Closed robnadin closed 6 years ago

robnadin commented 6 years ago

Resolves the warnings in MQTTCFSocketTransport.m and MQTTDecoder.m from using the deprecated dispatch_get_current_queue() API.

jcavar commented 6 years ago

Thank you @robnadin!