RepoNotes
Toggle theme
Loading ...
Sign in
grpc/grpc-swift-2
28
1
4
Readme
Notes
New Note
Sign in to add notes for this repository
RN
grpc
2260
Followers
0
Following
31
Repos
No Twitter
A high performance, open source, general-purpose RPC framework
Branches
main
Releases
2.1.0
2.0.0
Commits
Conform RPCError to RPCErrorConvertible (#7) * Conform RPCError to RPCErrorConvertible * Add metadata and cause
Convert errors thrown from interceptor inbound or outbound stream (#3) * Convert errors thrown from interceptor inbound or outbound stream * Introduce castOrConvertRPCError helper * Simplify unit t
Regenerate protos (#4) Motivation: SwiftProtobuf 1.30.0 was released recently and includes a few changes in the code it generates. This now trips up our CI job which checks our generated code is up-
Issues
Client receiving ENHANCE_YOUR_CALM and debug data equal to ASCII "too_many_pings" errors
Marked objects as Sendable or explicitly not Sendable
Wrong RPCError: `.unknown` instead of `.cancelled`