Daniel Alm 9dd55d9fa4 Add a `timeout` option to blocking `send()` and `receive()` calls. 7 jaren geleden
..
ClientCall.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 8 jaren geleden
ClientCallBidirectionalStreaming.swift 9dd55d9fa4 Add a `timeout` option to blocking `send()` and `receive()` calls. 7 jaren geleden
ClientCallClientStreaming.swift 9dd55d9fa4 Add a `timeout` option to blocking `send()` and `receive()` calls. 7 jaren geleden
ClientCallServerStreaming.swift 9dd55d9fa4 Add a `timeout` option to blocking `send()` and `receive()` calls. 7 jaren geleden
ClientCallUnary.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 8 jaren geleden
RPCError.swift 9dd55d9fa4 Add a `timeout` option to blocking `send()` and `receive()` calls. 7 jaren geleden
ServerSession.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 8 jaren geleden
ServerSessionBidirectionalStreaming.swift 9dd55d9fa4 Add a `timeout` option to blocking `send()` and `receive()` calls. 7 jaren geleden
ServerSessionClientStreaming.swift 9dd55d9fa4 Add a `timeout` option to blocking `send()` and `receive()` calls. 7 jaren geleden
ServerSessionServerStreaming.swift 9dd55d9fa4 Add a `timeout` option to blocking `send()` and `receive()` calls. 7 jaren geleden
ServerSessionUnary.swift da28b9aec2 Change the `ServerSession`s such that errors thrown during operation are returned to the client. 8 jaren geleden
ServiceClient.swift 9124aeeb6f Make the `metadata`, `host` and `timeout` properties on `ServiceClient` writable. 7 jaren geleden
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 jaren geleden
StreamReceiving.swift 9dd55d9fa4 Add a `timeout` option to blocking `send()` and `receive()` calls. 7 jaren geleden
StreamSending.swift 9dd55d9fa4 Add a `timeout` option to blocking `send()` and `receive()` calls. 7 jaren geleden