提交历史

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