novastone-media / MQTT-Client-Framework

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

Concurrency fixes #565

Open robnadin opened 4 years ago

robnadin commented 4 years ago

Added thread-safe publish, subscribe, and unsubscribe concurrency to MQTT sessions

fantexi023 commented 2 years ago

Added thread-safe publish, subscribe, and unsubscribe concurrency to MQTT sessions

hi, I met this question too, did u test for this fix?