RepoNotes
Toggle theme
Loading ...
Sign in
grpc/grpc-swift
The Swift language implementation of gRPC.
2229
11
99
Readme
Notes
New Note
Sign in to add notes for this repository
RN
grpc
2633
Followers
0
Following
31
Repos
No Twitter
A high performance, open source, general-purpose RPC framework
Branches
release/1.26.x
release/1.x
no-nio-ssl
Releases
1.27.5
1.26.2
1.27.4
Commits
Close server interceptor pipeline before nil-ing out (#2275) Motivation: The server interceptor pipeline and context create a retain cycle which is broken when the RPC is finished. However there's a
Coalesce final DATA frames for some RPCs (#2274) Motivation: For clients, end_stream is set on an empty DATA frame to signal the client half closing. This is completely valid, however, nginx handles
Fix path escaping on Darwin in SwiftPM plugin (regression of https://github.com/grpc/grpc-swift/issues/2085) (#2273) Resolves https://github.com/grpc/grpc-swift/issues/2085 --------- Co-authored-by
Issues
Tutorial documentation/files need minor update?
Canceling the stream
Checking connection state on async calls