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? The server sometimes returns errors or throttles the requests, so I want to be able to retry requests. ### What have you tried...

kind/support

### What are you trying to achieve? I want to get data using UnaryCall.But it returns this error. `deadlineExceeded (UnableToParseFrame(file: "NIOHTTP2/HTTP2ChannelHandler.swift", line: 490))` This error is occured in HTTP2FrameDecoder.process(maxFrameSize:, maxHeaderListSize:)...

kind/support

## Motivation We want to allow users to customise the RPCs a registered interceptor should apply to on the server: - Intercept all requests - Intercept requests only meant for...

⚠️ semver/major
v2

### Describe the bug I have attempted to run the RouteGuide sample, specifically with the `listFeatures` server side streaming service. Everything works fine when I run it using a grpc-swift...

bug

### Describe the bug I'm new to Swift so I'm aware that it might be something on my end. Nevertheless, I will try my luck and report it as bug....

bug

### Is your feature request related to a problem? Please describe it. Some gRPC services are hidden behind proxies that translate RESTful into gRPC like: - https://github.com/grpc-ecosystem/grpc-gateway - https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/grpc_http1_bridge_filter Such...

enhancement

### What are you trying to achieve? Getting error unknown (2) when making UnaryCall call. ### What have you tried so far? The request doesn't seems to be reaching our...

kind/support

This PR corrects misspellings identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling) The misspellings have been reported at https://github.com/jsoref/grpc-swift/actions/runs/15731765094/attempts/1#summary-44334319115 The action reports that the changes in this PR would make it happy: https://github.com/jsoref/grpc-swift/actions/runs/15731765292/attempts/1#summary-44334319714...

### Describe the bug I have a table in which in each cell I send two queries to GRPC using `async let`. If I scroll through the table slowly, I...

status/triage
version/v1

Improve the handling of exceptions in GRPCServer such that fatal errors terminate the server and are reported to the developer. ### Is your feature request related to a problem? Please...