Michael Rebello bb6bd07cb5 Support for Channel specification on ServiceClient há 7 anos atrás
..
ClientCall.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. há 7 anos atrás
ClientCallBidirectionalStreaming.swift 8d07183369 Add a blocking variant of the `send` method to `ServerStreaming`. há 7 anos atrás
ClientCallClientStreaming.swift 8d07183369 Add a blocking variant of the `send` method to `ServerStreaming`. há 7 anos atrás
ClientCallServerStreaming.swift e7645b48ef Add sample test suites to demonstrate how one would test client/server code. há 7 anos atrás
ClientCallUnary.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. há 7 anos atrás
RPCError.swift ac7979d5e0 Ensure that errors in client calls are always provided to the user. há 7 anos atrás
ServerSession.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. há 7 anos atrás
ServerSessionBidirectionalStreaming.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. há 7 anos atrás
ServerSessionClientStreaming.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. há 7 anos atrás
ServerSessionServerStreaming.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. há 7 anos atrás
ServerSessionUnary.swift da28b9aec2 Change the `ServerSession`s such that errors thrown during operation are returned to the client. há 7 anos atrás
ServiceClient.swift bb6bd07cb5 Support for Channel specification on ServiceClient há 7 anos atrás
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. há 7 anos atrás
StreamReceiving.swift ac7979d5e0 Ensure that errors in client calls are always provided to the user. há 7 anos atrás
StreamSending.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. há 7 anos atrás