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

The Swift language implementation of gRPC.

Results 137 grpc-swift issues
Sort by recently updated
recently updated
newest added

### What are you trying to achieve? I want to include a client certificate in the gRPC context in the request. My server(in Golang) looks for this certificate along with...

kind/support

### Describe the bug We have reports from the users that after keeping the app in the background for some time, when the app is brought back into the foreground...

kind/bug

### What are you trying to achieve? We are connected to our backend service and backend exposes a bidirectional stream which used to for continuous audio streaming. We are facing...

kind/support

Motivation: Many users will rely on DNS to resolve the IP addresses of servers to connect to, we should therefore provide a DNS name resolver. Modifications: - Add a DNS...

version/v2

Motivation: This setup is needed as part of the implementation of the health checking service. Modifications: - Pull in updates for the upstream protos and re-generate stubs. - Update the...

Motivation: v2 will eventually require the v6 language, doing this in one go is a reasonably large change so adopt a few targets at a time. Modifications: - Fixup warnings/errors...

## Motivation When the stream closes unexpectedly (the H2 stream channel becomes inactive, an error is fired through the pipeline, or we receive a RST_STREAM frame), the client-side inbound sequence...

Motivation: SwiftPMs 'Path' was all but deprecated in Swift 6 resulting in numerous warnings for the SwiftPM build plugin. It has largely been replaced by URL. Modifications: - Add a...

### Is your feature request related to a problem? Please describe it. When attempting to write a server side stream there is no layer to obtain the `closeFuture` to add...

kind/enhancement

### What are you trying to achieve? Hi grpc-swift team, I would like to be able to force a GRPC connection/call to happen on the cellular network only. My best...

kind/support