Brian Hatfield 7340be3d10 PR Feedback hace 7 años
..
ClientCall.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. hace 7 años
ClientCallBidirectionalStreaming.swift c7db70477e Make the test stubs thread safe. hace 7 años
ClientCallClientStreaming.swift c7db70477e Make the test stubs thread safe. hace 7 años
ClientCallServerStreaming.swift c7db70477e Make the test stubs thread safe. hace 7 años
ClientCallUnary.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. hace 7 años
RPCError.swift 9dd55d9fa4 Add a `timeout` option to blocking `send()` and `receive()` calls. hace 7 años
ServerSession.swift 045bc179ae Create ServerStatus in Core hace 7 años
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. hace 7 años
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. hace 7 años
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. hace 7 años
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. hace 7 años
ServiceClient.swift 7340be3d10 PR Feedback hace 7 años
ServiceProvider.swift 98f7fa6316 For service servers, replace inheritance with composition. hace 7 años
ServiceServer.swift ba6740e7d0 Merge branch 'master' into tls-mutual-auth hace 7 años
StreamReceiving.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". hace 7 años
StreamSending.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". hace 7 años