CocoaMQTT icon indicating copy to clipboard operation
CocoaMQTT copied to clipboard

Networking.framework?

Open taburns67 opened this issue 6 years ago • 1 comments

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,

taburns67 avatar Jul 12 '18 11:07 taburns67

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.

HJianBo avatar May 20 '19 09:05 HJianBo