Closed swift-ci closed 5 years ago
Comment by Luis de la Rosa (JIRA)
I find it interesting that looks like a complete implementation at https://github.com/apple/swift-corelibs-foundation/pull/697/files but it was never merged.
Comment by David Liu (JIRA)
Issue is blocked by API discussion
// Discussion of this API is ongoing for its usage of AutoreleasingUnsafeMutablePointer
Additional Detail from JIRA
| | | |------------------|-----------------| |Votes | 1 | |Component/s | Foundation | |Labels | Bug | |Assignee | DavidYangLiu (JIRA) | |Priority | Medium | md5: 3905a0887e8c627adee24e15ba2ab486Issue Description:
getStreamsToHost needs to be implemented.
getStreamsToHost is a critical blocker to many of the developer's development.
On the mailing list discussion of implementing the getStreamsToHost API as:
open class func getStreamsToHost(withName hostName: String, port: Int, inputStream: inout InputStream?, outputStream: inout NSOutputStream?)
Looks like for Linux there are underlying CFNetwork dependencies