Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,据此, API 已被弃用并被视为遗留。它没有具体说明何时将其删除。他们建议使用 Network,尽管它没有用于替代传输/物理层的低级 API。
我计划用它来保护蓝牙通信(比如 BLE Uart 的东西),这意味着 API 不应该依赖于网络传输。安全运输符合这个要求。
我看过Swift-nio及其子代,看起来它在覆盖 Channel 等时可能会起作用,尽管它更适合网络传输。