Daniel Alm 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. 8 năm trước cách đây
..
ClientCall.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 8 năm trước cách đây
ClientCallBidirectionalStreaming.swift 8d07183369 Add a blocking variant of the `send` method to `ServerStreaming`. 8 năm trước cách đây
ClientCallClientStreaming.swift 8d07183369 Add a blocking variant of the `send` method to `ServerStreaming`. 8 năm trước cách đây
ClientCallServerStreaming.swift e7645b48ef Add sample test suites to demonstrate how one would test client/server code. 8 năm trước cách đây
ClientCallUnary.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 8 năm trước cách đây
RPCError.swift ac7979d5e0 Ensure that errors in client calls are always provided to the user. 8 năm trước cách đây
ServerSession.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 8 năm trước cách đây
ServerSessionBidirectionalStreaming.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 8 năm trước cách đây
ServerSessionClientStreaming.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 8 năm trước cách đây
ServerSessionServerStreaming.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 8 năm trước cách đây
ServerSessionUnary.swift da28b9aec2 Change the `ServerSession`s such that errors thrown during operation are returned to the client. 8 năm trước cách đây
ServiceClient.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 8 năm trước cách đây
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. 8 năm trước cách đây
StreamReceiving.swift ac7979d5e0 Ensure that errors in client calls are always provided to the user. 8 năm trước cách đây
StreamSending.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 8 năm trước cách đây