Tim Burks a0249407eb Update examples to build with the current version of SwiftGRPC. %!s(int64=8) %!d(string=hai) anos
..
Protos 20e4a304cd Add Echo2 sample with a service definition split among multiple files. %!s(int64=8) %!d(string=hai) anos
Sources a0249407eb Update examples to build with the current version of SwiftGRPC. %!s(int64=8) %!d(string=hai) anos
Makefile 9ca08f873a Make the extension for generated files be ".grpc.swift" %!s(int64=8) %!d(string=hai) anos
Package.swift a0249407eb Update examples to build with the current version of SwiftGRPC. %!s(int64=8) %!d(string=hai) anos
README.md 20e4a304cd Add Echo2 sample with a service definition split among multiple files. %!s(int64=8) %!d(string=hai) anos
RUNME 20e4a304cd Add Echo2 sample with a service definition split among multiple files. %!s(int64=8) %!d(string=hai) anos
ssl.crt 2906a07f08 Fix Examples: remove CountDownLatch from Simple, add ssl.* to Echo2 %!s(int64=8) %!d(string=hai) anos
ssl.key 2906a07f08 Fix Examples: remove CountDownLatch from Simple, add ssl.* to Echo2 %!s(int64=8) %!d(string=hai) anos

README.md

Echo2

This directory contains a minor variation of the Echo sample that divides the echo.proto into two parts: one containing message definitions and one for service definitions.