Daniel Alm 2577eae9db Move _all_ completion queue shutdown operations into the Swift layer, to better enforce that the queue does not accept any new operations once it has been shut down. hace 8 años
..
ByteBuffer.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. hace 8 años
Call.swift abb9cf2dc2 Make trying to perform an operation on a shut-down completion queue throw an error, and add tests for that. hace 8 años
CallError.swift abb9cf2dc2 Make trying to perform an operation on a shut-down completion queue throw an error, and add tests for that. hace 8 años
CallResult.swift da28b9aec2 Change the `ServerSession`s such that errors thrown during operation are returned to the client. hace 8 años
Channel.swift 2577eae9db Move _all_ completion queue shutdown operations into the Swift layer, to better enforce that the queue does not accept any new operations once it has been shut down. hace 8 años
CompletionQueue.swift 2577eae9db Move _all_ completion queue shutdown operations into the Swift layer, to better enforce that the queue does not accept any new operations once it has been shut down. hace 8 años
ConnectivityState.swift e68cec0db8 Add a simple API to provide a channel's connectivity state. (See #186.) hace 8 años
Handler.swift 2577eae9db Move _all_ completion queue shutdown operations into the Swift layer, to better enforce that the queue does not accept any new operations once it has been shut down. hace 8 años
Metadata.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. hace 8 años
Mutex.swift abb9cf2dc2 Make trying to perform an operation on a shut-down completion queue throw an error, and add tests for that. hace 8 años
Operation.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. hace 8 años
OperationGroup.swift 9128b60c69 Make `OperationGroup` cache its `...Metadata` properties, as those methods actually *move* the metadata (so a second call to these methods would previously always return empty metadata objects). hace 8 años
Roots.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. hace 8 años
Server.swift 2577eae9db Move _all_ completion queue shutdown operations into the Swift layer, to better enforce that the queue does not accept any new operations once it has been shut down. hace 8 años
gRPC.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. hace 8 años