George Barnett
|
5a28bdcc6d
Rename SwiftGRPC to GRPC (#472)
|
6 jaren geleden |
George Barnett
|
e5ad11abfb
Remove CgRPC implementation (#465)
|
6 jaren geleden |
Daniel Alm
|
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 jaren geleden |
Daniel Alm
|
da28b9aec2
Change the `ServerSession`s such that errors thrown during operation are returned to the client.
|
7 jaren geleden |
Daniel Alm
|
0985a47176
Also add client-timeout tests and rename "ErrorHandlingTests" to "ConnectionFailureTests".
|
7 jaren geleden |
Daniel Alm
|
f814a34949
Formatting: Replace several occurrences of `catch (let ...)` with just `catch`.
|
7 jaren geleden |
Daniel Alm
|
ac7979d5e0
Ensure that errors in client calls are always provided to the user.
|
7 jaren geleden |
Tim Burks
|
12df04f87e
move examples under Sources/Examples
|
7 jaren geleden |