Daniel Alm 5d322044ed Add tests to verify the behavior of canceling client and server calls. 8 年 前
..
ClientCall.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 8 年 前
ClientCallBidirectionalStreaming.swift 8d07183369 Add a blocking variant of the `send` method to `ServerStreaming`. 8 年 前
ClientCallClientStreaming.swift 8d07183369 Add a blocking variant of the `send` method to `ServerStreaming`. 8 年 前
ClientCallServerStreaming.swift e7645b48ef Add sample test suites to demonstrate how one would test client/server code. 8 年 前
ClientCallUnary.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 8 年 前
RPCError.swift ac7979d5e0 Ensure that errors in client calls are always provided to the user. 8 年 前
ServerSession.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 8 年 前
ServerSessionBidirectionalStreaming.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 8 年 前
ServerSessionClientStreaming.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 8 年 前
ServerSessionServerStreaming.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 8 年 前
ServerSessionUnary.swift da28b9aec2 Change the `ServerSession`s such that errors thrown during operation are returned to the client. 8 年 前
ServiceClient.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 8 年 前
ServiceServer.swift c1b54e679a Fix how the server handles unknown methods (broken by me in ac7979d5, I had forgotten that sending initial metadata is required). 8 年 前
StreamReceiving.swift ac7979d5e0 Ensure that errors in client calls are always provided to the user. 8 年 前
StreamSending.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 8 年 前