2
0
Daniel Alm 99fc4a8d6b Retain the client call in async calls until we have received a response. (#631) 6 жил өмнө
..
ClientCall.swift 99fc4a8d6b Retain the client call in async calls until we have received a response. (#631) 6 жил өмнө
ClientCallBidirectionalStreaming.swift 99fc4a8d6b Retain the client call in async calls until we have received a response. (#631) 6 жил өмнө
ClientCallClientStreaming.swift 99fc4a8d6b Retain the client call in async calls until we have received a response. (#631) 6 жил өмнө
ClientCallServerStreaming.swift 99fc4a8d6b Retain the client call in async calls until we have received a response. (#631) 6 жил өмнө
ClientCallUnary.swift 99fc4a8d6b Retain the client call in async calls until we have received a response. (#631) 6 жил өмнө
RPCError.swift 9dd55d9fa4 Add a `timeout` option to blocking `send()` and `receive()` calls. 7 жил өмнө
ServerSession.swift 045bc179ae Create ServerStatus in Core 7 жил өмнө
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 жил өмнө
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 жил өмнө
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 жил өмнө
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 жил өмнө
ServiceClient.swift 7340be3d10 PR Feedback 7 жил өмнө
ServiceProvider.swift 98f7fa6316 For service servers, replace inheritance with composition. 7 жил өмнө
ServiceServer.swift 18be868b11 Fix a crash when hitting a timeout while waiting for the next call. (#630) 6 жил өмнө
StreamReceiving.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". 7 жил өмнө
StreamSending.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". 7 жил өмнө