Daniel Alm 9124aeeb6f Make the `metadata`, `host` and `timeout` properties on `ServiceClient` writable. %!s(int64=7) %!d(string=hai) anos
..
ClientCall.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. %!s(int64=7) %!d(string=hai) anos
ClientCallBidirectionalStreaming.swift 8d07183369 Add a blocking variant of the `send` method to `ServerStreaming`. %!s(int64=7) %!d(string=hai) anos
ClientCallClientStreaming.swift 8d07183369 Add a blocking variant of the `send` method to `ServerStreaming`. %!s(int64=7) %!d(string=hai) anos
ClientCallServerStreaming.swift e7645b48ef Add sample test suites to demonstrate how one would test client/server code. %!s(int64=7) %!d(string=hai) anos
ClientCallUnary.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. %!s(int64=7) %!d(string=hai) anos
RPCError.swift ac7979d5e0 Ensure that errors in client calls are always provided to the user. %!s(int64=7) %!d(string=hai) anos
ServerSession.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. %!s(int64=7) %!d(string=hai) anos
ServerSessionBidirectionalStreaming.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. %!s(int64=7) %!d(string=hai) anos
ServerSessionClientStreaming.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. %!s(int64=7) %!d(string=hai) anos
ServerSessionServerStreaming.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. %!s(int64=7) %!d(string=hai) anos
ServerSessionUnary.swift da28b9aec2 Change the `ServerSession`s such that errors thrown during operation are returned to the client. %!s(int64=7) %!d(string=hai) anos
ServiceClient.swift 9124aeeb6f Make the `metadata`, `host` and `timeout` properties on `ServiceClient` writable. %!s(int64=7) %!d(string=hai) anos
ServiceServer.swift 78a1291789 Fix two huge memory leaks in `cgrpc_call` and `cgrpc_handler`. These would all GRPC call objects to never get released, which in turn caused their completion queues and associated file descriptors to never get released. This became apparent after ~3-5k requests on macOS. %!s(int64=7) %!d(string=hai) anos
StreamReceiving.swift ac7979d5e0 Ensure that errors in client calls are always provided to the user. %!s(int64=7) %!d(string=hai) anos
StreamSending.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. %!s(int64=7) %!d(string=hai) anos