Daniel Alm e00e1e8e80 Fix several completion queue leaks in tests; ensure that cancelling a session server-side always shuts down the corresponding completion queue. vor 7 Jahren
..
BasicEchoTestCase.swift 9375cad761 Remove several now-unused DispatchQueue arguments. vor 7 Jahren
ChannelArgumentTests.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. vor 7 Jahren
ClientCancellingTests.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. vor 7 Jahren
ClientTestExample.swift e7645b48ef Add sample test suites to demonstrate how one would test client/server code. vor 7 Jahren
ClientTimeoutTests.swift ca740758c8 Fix `testBidirectionalStreamingTimeoutPassedToReceiveMethod`. vor 7 Jahren
CompletionQueueTests.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. vor 7 Jahren
ConnectionFailureTests.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. vor 7 Jahren
EchoProvider.swift 12df04f87e move examples under Sources/Examples vor 7 Jahren
EchoTests.swift 093dd79a4c Reduce the number of requests in `testUnaryLotsOfRequests` to 10k for faster test runtimes. vor 7 Jahren
GRPCTests.swift e7959c2512 Merge branch 'master' of github.com:grpc/grpc-swift into args vor 7 Jahren
ServerCancellingTests.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. vor 7 Jahren
ServerTestExample.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. vor 7 Jahren
ServerThrowingTests.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. vor 7 Jahren
ServerTimeoutTests.swift e00e1e8e80 Fix several completion queue leaks in tests; ensure that cancelling a session server-side always shuts down the corresponding completion queue. vor 7 Jahren
ServiceClientTests.swift e00e1e8e80 Fix several completion queue leaks in tests; ensure that cancelling a session server-side always shuts down the corresponding completion queue. vor 7 Jahren
TestKeys.swift 285d9bfed6 Also rename the "gRPC" target to "SwiftGRPC". vor 7 Jahren
echo.grpc.swift 12df04f87e move examples under Sources/Examples vor 7 Jahren
echo.pb.swift 12df04f87e move examples under Sources/Examples vor 7 Jahren