Daniel Alm 99fc4a8d6b Retain the client call in async calls until we have received a response. (#631) 6 years ago
..
ClientCall.swift 99fc4a8d6b Retain the client call in async calls until we have received a response. (#631) 6 years ago
ClientCallBidirectionalStreaming.swift 99fc4a8d6b Retain the client call in async calls until we have received a response. (#631) 6 years ago
ClientCallClientStreaming.swift 99fc4a8d6b Retain the client call in async calls until we have received a response. (#631) 6 years ago
ClientCallServerStreaming.swift 99fc4a8d6b Retain the client call in async calls until we have received a response. (#631) 6 years ago
ClientCallUnary.swift 99fc4a8d6b Retain the client call in async calls until we have received a response. (#631) 6 years ago
RPCError.swift 9dd55d9fa4 Add a `timeout` option to blocking `send()` and `receive()` calls. 7 years ago
ServerSession.swift 045bc179ae Create ServerStatus in Core 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 7340be3d10 PR Feedback 7 years ago
ServiceProvider.swift 98f7fa6316 For service servers, replace inheritance with composition. 7 years ago
ServiceServer.swift 18be868b11 Fix a crash when hitting a timeout while waiting for the next call. (#630) 6 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