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

Adopt latest AsyncChannel SPI changes #183

Closed FranzBusch closed 1 year ago

FranzBusch commented 1 year ago

Motivation

We had some breaking changes in the NIO AsyncChannel SPI which we have to adapt here.

Modification

This PR updates to the latest AsyncChannel SPI

Result

No more warnings and errors when building.