Daniel Alm e68cec0db8 Add a simple API to provide a channel's connectivity state. (See #186.) 7 éve
..
ByteBuffer.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 7 éve
Call.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 7 éve
CallError.swift ac7979d5e0 Ensure that errors in client calls are always provided to the user. 7 éve
CallResult.swift da28b9aec2 Change the `ServerSession`s such that errors thrown during operation are returned to the client. 7 éve
Channel.swift e68cec0db8 Add a simple API to provide a channel's connectivity state. (See #186.) 7 éve
CompletionQueue.swift dc451e4984 Shift the responsibility for draining and destroying a completion queue to the queue itself. This is needed because it appears that otherwise, the underlying completion queue gets deallocated during its spinloop, which it doesn't like. 7 éve
ConnectivityState.swift e68cec0db8 Add a simple API to provide a channel's connectivity state. (See #186.) 7 éve
Handler.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 éve
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. 7 éve
Mutex.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 7 éve
Operation.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 7 éve
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). 7 éve
Roots.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 7 éve
Server.swift dc451e4984 Shift the responsibility for draining and destroying a completion queue to the queue itself. This is needed because it appears that otherwise, the underlying completion queue gets deallocated during its spinloop, which it doesn't like. 7 éve
gRPC.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 7 éve