connectrpc / connect-swift

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

Update conformance to v1.0.3 #289

Closed rebello95 closed 2 months ago

rebello95 commented 2 months ago

Updates to include these changes: https://github.com/connectrpc/conformance/compare/v1.0.1...v1.0.3

The conformance tests change cancel-after-close-send which now requires unary requests to be cancellable from the conformance implementation. This PR updates the conformance implementation to make these 10 tests pass.