connectrpc / connect-swift

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

client should enforce configured timeout #267

Closed jhump closed 3 months ago

jhump commented 3 months ago

In #247, the ability to set an optional timeout on the protocol config was added. But the timeout is just advisory: it is passed along to the server via a protocol-specific timeout header, but not the operation is not canceled by the client after the timeout elapses.