Daniel Alm 7b4f47d91d Avoid a `try!` call. Even though it is guaranteed to be safe now, it might not be in the future. %!s(int64=7) %!d(string=hai) anos
..
ByteBuffer.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. %!s(int64=8) %!d(string=hai) anos
Call.swift d9ab6746da Fix a few problems found running "pod spec lint". %!s(int64=7) %!d(string=hai) anos
CallError.swift abb9cf2dc2 Make trying to perform an operation on a shut-down completion queue throw an error, and add tests for that. %!s(int64=8) %!d(string=hai) anos
CallResult.swift da28b9aec2 Change the `ServerSession`s such that errors thrown during operation are returned to the client. %!s(int64=8) %!d(string=hai) anos
Channel.swift bb6bd07cb5 Support for Channel specification on ServiceClient %!s(int64=7) %!d(string=hai) anos
CompletionQueue.swift 36ea2c6a2d Updates following review from @rebello95. %!s(int64=7) %!d(string=hai) anos
ConnectivityState.swift e68cec0db8 Add a simple API to provide a channel's connectivity state. (See #186.) %!s(int64=8) %!d(string=hai) anos
Handler.swift e3e2bfa3aa Fix a few memory leaks related to unreleased slices in observers and metadata arrays. %!s(int64=7) %!d(string=hai) anos
Metadata.swift 7b4f47d91d Avoid a `try!` call. Even though it is guaranteed to be safe now, it might not be in the future. %!s(int64=7) %!d(string=hai) anos
Mutex.swift abb9cf2dc2 Make trying to perform an operation on a shut-down completion queue throw an error, and add tests for that. %!s(int64=8) %!d(string=hai) anos
Operation.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. %!s(int64=8) %!d(string=hai) anos
OperationGroup.swift e3e2bfa3aa Fix a few memory leaks related to unreleased slices in observers and metadata arrays. %!s(int64=7) %!d(string=hai) anos
Roots.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. %!s(int64=8) %!d(string=hai) anos
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. %!s(int64=8) %!d(string=hai) anos
gRPC.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. %!s(int64=8) %!d(string=hai) anos