grpc-swift
grpc-swift copied to clipboard
The Swift language implementation of gRPC.
### Is your feature request related to a problem? Please describe it. My use case for gPRC is on client - server connection. As such, there are cases client is...
### What are you trying to achieve? I am building an iOS app for a complex product that speaks to multiple logical GRPC _services_, all served from the same _server_....
If i need to measure the time taken for a rpc connection over TLS, i may need to track connection establishment time, handshake duration, and request latency. Are there specific...
能否提供一个iOS 项目示例代码?
### What are you trying to achieve? For previous releases of `grpc-swift` (e.g. [1.24.2](https://github.com/grpc/grpc-swift/releases/tag/1.24.2)), precompiled versions of the `protoc-gen-swift` and `protoc-gen-grpc-swift` binaries were made available as release assets: In the...
I'm implementing a Vapor server where I can process grpc-web and regular API routes. While I have the entire request/response flow working (custom transport implementation specific for grpc-web), I'm missing...
### Describe the solution you'd like In Release 2.x I would like to see support for binary logging, maybe based on https://github.com/grpc/grpc/blob/master/doc/binary-logging.md . Should include both message- and meta-data. My...