connectrpc / connect-swift

The Swift implementation of Connect: Protobuf RPC that works.
https://connectrpc.com/docs/swift/getting-started
Apache License 2.0
98 stars 20 forks source link

Update NIO dependencies & fix performance checker warning #240

Closed rebello95 closed 9 months ago

rebello95 commented 9 months ago

Updates our NIO dependencies to include https://github.com/apple/swift-nio/releases/tag/2.63.0 which fixes a performance checker warning seen when instantiating the NIO client from the main thread: https://github.com/apple/swift-nio/pull/2620.

Resolves https://github.com/connectrpc/connect-swift/issues/181.