Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Networking.framework? #213

Open
taburns67 opened this issue Jul 12, 2018 · 1 comment · May be fixed by philipparndt/CocoaMQTT#1
Open

Networking.framework? #213

taburns67 opened this issue Jul 12, 2018 · 1 comment · May be fixed by philipparndt/CocoaMQTT#1
Assignees
Milestone

Comments

@taburns67
Copy link

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,

@HJianBo HJianBo self-assigned this May 20, 2019
@HJianBo HJianBo added this to the 2.0 milestone May 20, 2019
@HJianBo
Copy link
Member

HJianBo commented May 20, 2019

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.

This was referenced Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants