Daniel Alm e1442587fe Make ServiceServer log calls to unknown methods. před 7 roky
..
ClientCall.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. před 8 roky
ClientCallBidirectionalStreaming.swift c7db70477e Make the test stubs thread safe. před 7 roky
ClientCallClientStreaming.swift c7db70477e Make the test stubs thread safe. před 7 roky
ClientCallServerStreaming.swift c7db70477e Make the test stubs thread safe. před 7 roky
ClientCallUnary.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. před 8 roky
RPCError.swift 9dd55d9fa4 Add a `timeout` option to blocking `send()` and `receive()` calls. před 7 roky
ServerSession.swift e00e1e8e80 Fix several completion queue leaks in tests; ensure that cancelling a session server-side always shuts down the corresponding completion queue. před 7 roky
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. před 7 roky
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. před 7 roky
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. před 7 roky
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. před 7 roky
ServiceClient.swift 2e8e79d090 Some tweaks to the original PR. před 7 roky
ServiceServer.swift e1442587fe Make ServiceServer log calls to unknown methods. před 7 roky
StreamReceiving.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". před 7 roky
StreamSending.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". před 7 roky