Socket.swift
Socket.swift copied to clipboard
A POSIX socket wrapper written in swift.
This pull request adds the possibility to set TCP options on the socket and -- as discussed in #18 -- the remote address for a (connected) socket.
Until now it worked perfectly for me, but since the iOS 15.4 version I can't connect to the TCP server. The error is: SocketError 4: Interrupted system call (If I...
Thanks for this great package. I'm using this on Linux. What's the best way to get the remote socket address after the `accept` returns?
pod install gets the error. Podfile is: # Uncomment the next line to define a global platform for your project # platform :ios, '9.0' source 'https://github.com/CocoaPods/Specs.git' target 'SocketSwift' do #...
# Description I've encountered an upload issue to TestFlight using Fastlane's pilot tool in combination with Xcode 15. The error occurs specifically with the SocketSwift.xcframework included in my application. During...