[ https://issues.apache.org/jira/browse/THRIFT-4838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jens Geyer resolved THRIFT-4838. -------------------------------- Fix Version/s: 0.22.0 Resolution: Fixed > add unix domain socket support to Swift TSocketTransport implementation > ------------------------------------------------------------------------ > > Key: THRIFT-4838 > URL: https://issues.apache.org/jira/browse/THRIFT-4838 > Project: Thrift > Issue Type: Bug > Components: Swift - Library > Reporter: Kevin Wojniak > Assignee: Kino > Priority: Major > Fix For: 0.22.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > TSocketTransport in Objective-C supports initWithPath: for unix domain > sockets: > [https://github.com/apache/thrift/blob/f3ec277e7e2c147342831ecec590bc2f71b07761/lib/cocoa/src/transport/TSocketTransport.m#L82] > However since the Objective-C implementation has been removed in 0.13, the > Swift version does not implement this: > https://github.com/apache/thrift/blob/master/lib/swift/Sources/TSocketTransport.swift > Before this is done I think TCFSocketTransport should be moved to its own > file. This would avoid extra #if logic to prevent Linux compiling, and > simplify the code. > -- This message was sent by Atlassian Jira (v8.20.10#820010)