Nate Armstrong 18af90f2e0 Add tests for mutual auth 7 years ago
..
ClientCall.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 7 years ago
ClientCallBidirectionalStreaming.swift c7db70477e Make the test stubs thread safe. 7 years ago
ClientCallClientStreaming.swift c7db70477e Make the test stubs thread safe. 7 years ago
ClientCallServerStreaming.swift c7db70477e Make the test stubs thread safe. 7 years ago
ClientCallUnary.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 7 years ago
RPCError.swift 9dd55d9fa4 Add a `timeout` option to blocking `send()` and `receive()` calls. 7 years ago
ServerSession.swift e00e1e8e80 Fix several completion queue leaks in tests; ensure that cancelling a session server-side always shuts down the corresponding completion queue. 7 years ago
ServerSessionBidirectionalStreaming.swift fd60668194 Streamline the interface of the server-side response handling code: In the default (successful) case, most request handlers can now simply return `.ok` and have `ServiceServer` handle sending back the status for them. This also streamlines the `run()` implementations of the `ServerSession` subclasses. 7 years ago
ServerSessionClientStreaming.swift fd60668194 Streamline the interface of the server-side response handling code: In the default (successful) case, most request handlers can now simply return `.ok` and have `ServiceServer` handle sending back the status for them. This also streamlines the `run()` implementations of the `ServerSession` subclasses. 7 years ago
ServerSessionServerStreaming.swift fd60668194 Streamline the interface of the server-side response handling code: In the default (successful) case, most request handlers can now simply return `.ok` and have `ServiceServer` handle sending back the status for them. This also streamlines the `run()` implementations of the `ServerSession` subclasses. 7 years ago
ServerSessionUnary.swift fd60668194 Streamline the interface of the server-side response handling code: In the default (successful) case, most request handlers can now simply return `.ok` and have `ServiceServer` handle sending back the status for them. This also streamlines the `run()` implementations of the `ServerSession` subclasses. 7 years ago
ServiceClient.swift b795d147c6 Update ServiceClient init 7 years ago
ServiceServer.swift 18af90f2e0 Add tests for mutual auth 7 years ago
StreamReceiving.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". 7 years ago
StreamSending.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". 7 years ago