CocoaAsyncSocket
CocoaAsyncSocket copied to clipboard
Is there any plan to update TLS API to Network.framework?
Is there any plan to update to Network.framework?
SecureTransport framework (for TLS support) that is deprecated since macOS 10.15, in favour of Network framework.
'SSLSetProtocolVersionMin' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework.
If you can use Network.framework (don't need to support old OS), why do you still need CocoaAsyncSocket at all?
This issue has been marked as stale, it will be closed automatically if there is no further activity.