Daniel Alm c1b54e679a Fix how the server handles unknown methods (broken by me in ac7979d5, I had forgotten that sending initial metadata is required). 7 years ago
..
ClientCall.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 7 years ago
ClientCallBidirectionalStreaming.swift 9916aeaa36 Consolidate a few more calls into `StreamSending`. 7 years ago
ClientCallClientStreaming.swift 9916aeaa36 Consolidate a few more calls into `StreamSending`. 7 years ago
ClientCallServerStreaming.swift ac7979d5e0 Ensure that errors in client calls are always provided to the user. 7 years ago
ClientCallUnary.swift ac7979d5e0 Ensure that errors in client calls are always provided to the user. 7 years ago
RPCError.swift ac7979d5e0 Ensure that errors in client calls are always provided to the user. 7 years ago
ServerSession.swift ac7979d5e0 Ensure that errors in client calls are always provided to the user. 7 years ago
ServerSessionBidirectionalStreaming.swift f814a34949 Formatting: Replace several occurrences of `catch (let ...)` with just `catch`. 7 years ago
ServerSessionClientStreaming.swift f814a34949 Formatting: Replace several occurrences of `catch (let ...)` with just `catch`. 7 years ago
ServerSessionServerStreaming.swift f814a34949 Formatting: Replace several occurrences of `catch (let ...)` with just `catch`. 7 years ago
ServerSessionUnary.swift ac7979d5e0 Ensure that errors in client calls are always provided to the user. 7 years ago
ServiceClient.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 7 years ago
ServiceServer.swift c1b54e679a Fix how the server handles unknown methods (broken by me in ac7979d5, I had forgotten that sending initial metadata is required). 7 years ago
StreamReceiving.swift ac7979d5e0 Ensure that errors in client calls are always provided to the user. 7 years ago
StreamSending.swift 9916aeaa36 Consolidate a few more calls into `StreamSending`. 7 years ago