Daniel Alm 2e8e79d090 Some tweaks to the original PR. преди 7 години
..
ClientCall.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. преди 8 години
ClientCallBidirectionalStreaming.swift c7db70477e Make the test stubs thread safe. преди 7 години
ClientCallClientStreaming.swift c7db70477e Make the test stubs thread safe. преди 7 години
ClientCallServerStreaming.swift c7db70477e Make the test stubs thread safe. преди 7 години
ClientCallUnary.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. преди 7 години
RPCError.swift 9dd55d9fa4 Add a `timeout` option to blocking `send()` and `receive()` calls. преди 7 години
ServerSession.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. преди 7 години
ServerSessionBidirectionalStreaming.swift c7db70477e Make the test stubs thread safe. преди 7 години
ServerSessionClientStreaming.swift c7db70477e Make the test stubs thread safe. преди 7 години
ServerSessionServerStreaming.swift c7db70477e Make the test stubs thread safe. преди 7 години
ServerSessionUnary.swift da28b9aec2 Change the `ServerSession`s such that errors thrown during operation are returned to the client. преди 8 години
ServiceClient.swift 2e8e79d090 Some tweaks to the original PR. преди 7 години
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. преди 7 години
StreamReceiving.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". преди 7 години
StreamSending.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". преди 7 години