CocoaMQTT
CocoaMQTT copied to clipboard
Networking.framework?
Hello,
Reviewing the Networking.framework session at WWDC 2018 (https://developer.apple.com/videos/play/wwdc2018/715/) and at 58:50 they mention a number of api's that are "discouraged", and the presenter stated that these api's will be deprecated in the future.
The ones they listed were:
- CFStreamCreatePairWithPeerSocketSignature
- CFStreamCreatePairWIthSocketToHost
- CFStreamCreatePairWithSocket
- CFStreamCreatePairWithSocketToCFHost
- CFStreamCreatePairWithSocketToNetService
- CFSocket
It would appear that this would have an impact on this project. What are your plans to deal with this coming deprecation?
Thanks in advance,
Hi, @taburns67 Thanks for your suggestion there. We'll review these frameworks.
But in the 1.x version, the major goal is complete MQTT v3.1.1 support. After that, we plan to remove the AsyncGCDSocket by alternative network framework.