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 년 전
..
ByteBuffer.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 8 년 전
Call.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 8 년 전
CallError.swift ac7979d5e0 Ensure that errors in client calls are always provided to the user. 8 년 전
CallResult.swift da28b9aec2 Change the `ServerSession`s such that errors thrown during operation are returned to the client. 8 년 전
Channel.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 8 년 전
CompletionQueue.swift cf323b474c Get rid of the `callbackQueue` argument for `CompletionQueue.runToCompletion`, as we only use it on one occasion, and on that occasion we already dispatch the completion block on that queue anyway. 8 년 전
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. 8 년 전
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. 8 년 전
Mutex.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 8 년 전
Operation.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 8 년 전
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). 8 년 전
Roots.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 8 년 전
Server.swift f6d4341682 Make `Server` retain its active handlers without having to resort to a `handlers` set. 8 년 전
gRPC.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 8 년 전