RepoNotes
Toggle theme
Loading ...
Sign in
grpc/grpc-swift-nio-transport
36
2
10
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.x
main
Releases
2.6.2
2.6.1
2.6.0
Commits
Write end stream in clientClosedServerClosed if not yet written (#173) Motivation: There's a path through the client stream state machine where if the server has sent end stream and the client has s
Close stream when receiving invalid headers from server (#171) Motivation: The tests against a non-gRPC server can occasionally timeout. This happens because of a race between the writer half closin
Drop Swift 6.0 (#172) Motivation: Swift 6.0 is no longer supported, we should bump the tools version and remove it from our CI. Modifications: * Bump the Swift tools version to Swift 6.1 * Remove
Issues
Leaking promise in CommonHTTP2ServerTransport if the transport is never started
Make `Zlib` `Compressor` and `Decompressor` `~Copyable`
DNS resolving to an ipv6 address which isn't supported on my network