connect-swift icon indicating copy to clipboard operation
connect-swift copied to clipboard

The Swift implementation of Connect: Protobuf RPC that works.

Results 8 connect-swift issues
Sort by recently updated
recently updated
newest added

**This issue is to track our progress towards tagging a stable v1.0 release of Connect-Swift.** At this time, we've mostly completed the key tasks that we see as prerequisites for...

I have my generated Swift clients and the project builds in macOS. When I build on Linux I get the following issue: ``` [112/150] Compiling Connect ResponseCallbacks.swift /root/project/clients/swift/proto-common/.build/checkouts/connect-swift/Libraries/Connect/Public/Implementation/Clients/ProtocolClient.swift:16:8: error: no...

Essentially a clone of https://github.com/connectrpc/connect-kotlin/issues/333, but for Swift. Examples below largely influenced by that issue in connect-kotlin. This would be a very helpful enhancement to the library, as it would...

I'm opening an issue to track some low-hanging fruit with regard to Swift 6 features that we should explore in Connect-Swift: - [ ] Enforcing strict concurrency: I believe all...

Hi! On your docs: https://connectrpc.com/docs/swift/generating-code#local-generation you mentioned this could be used as a `protoc` cli plugin (without buf), but I saw no insturctions on how. Is there anywhere this process...

I recently updated the Connect lib to `1.1.0` in an app, and was able to notice that the timeout specified in `ProtocolClient` and `ProtocolClientConfig` seems to not be working reliably....

custom Header "Authorization": "Bearer ....." getting ignored and removed from headers when sending request. but when I mock Bearer token to something like "Bearer X", the header is sent on...

Hi! From what I can tell, this package is meant for clients consuming a Connect RPC service. It would be great to have support for running ConnectRPC on a Swift...