apple / swift-nio-transport-services

Extensions for SwiftNIO to support Apple platforms as first-class citizens.
https://swiftpackageindex.com/apple/swift-nio-transport-services/main/documentation/niotransportservices
Apache License 2.0
282 stars 71 forks source link

Add ChannelOptions to extract base types. #203

Closed Lukasa closed 4 months ago

Lukasa commented 4 months ago

Motivation:

In some cases users may want to access APIs we haven't exposed in NIOTransportServices. We should have a fallback that allows users to do this.

Modifications:

Result:

Users have an escape hatch