Closed robnadin closed 6 years ago
Resolves the warnings in MQTTCFSocketTransport.m and MQTTDecoder.m from using the deprecated dispatch_get_current_queue() API.
MQTTCFSocketTransport.m
MQTTDecoder.m
dispatch_get_current_queue()
Thank you @robnadin!
Resolves the warnings in
MQTTCFSocketTransport.m
andMQTTDecoder.m
from using the deprecateddispatch_get_current_queue()
API.