-
grpc-swift version 1.0.0-alpha.17, swift-nio-http2 from: "1.12.1"
grpc-swift client(iOS App) --- nginx --- grpc server
client sends 3 different rpcs almost at the same time, one failed due to St…
-
### Describe the bug
We have a client-side streaming gRPC service which executes some comptutationally heavy operations. Although we use many threads to stream to the service simultaneously, we see t…
-
From a place where `swift build` works (e.g. from the root of the repo), it should be possible to run a REPL with:
```
swift run --repl
```
With grpc-swift on 1.0.0-alpha.12, I get the followi…
-
we should have API docs for this at http://docs.swiftnio.io
-
Hello,
I am new to Vapor and running into some odd issues when I try to select from a MySQL database. It works locally (on OSX), but it does not work when I deploy to a prod environment.
In prod…
-
```
Test Case '-[DistributedActorsTests.InterceptorTests test_interceptor_shouldSurviveDeeplyNestedInterceptors]' started.
AddressSanitizer:DEADLYSIGNAL
============================================…
-
### New Issue Checklist
- [x] Updated grpc-swift to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/grpc/grpc-swift/blob/master/CONTRIBUTING.md)
- [x] I searc…
-
In swift-nio-http2 today we have an unspoken hard requirement, which is that if you call `createStreamChannel` multiple times you _must_ send the first write on each of those channels in the order you…
-
### Question Checklist
- [x] Updated grpc-swift to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/grpc/grpc-swift/blob/master/CONTRIBUTING.md)
- [x] I read [READ…
-
### What are you trying to achieve?
The `grpc-swift` library built on top of the C library (0.x) used to expose a few channel arguments like `http2MinSentPingInterval` or `keepAliveTimeout`
https…