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
286 stars 74 forks source link

Use non-deprecated API for removing handlers #125

Closed glbrntt closed 3 years ago

glbrntt commented 3 years ago

Motivation:

removeHandlers(channel:) was deprecated in NIO 2.32.0.

Modifications:

Result:

We don't use deprecated API.