Daniel Alm cab578fbd2 Replace calls to `DispatchSemaphore.wait(timeout: DispatchTime.distantFuture)` with just `.wait()`. 7 éve
..
Generated ae46487c76 Template-free code generation. 7 éve
PackageManager cab578fbd2 Replace calls to `DispatchSemaphore.wait(timeout: DispatchTime.distantFuture)` with just `.wait()`. 7 éve
Xcode fa9c4c67a1 Fix Echo examples to expect streaming completion handlers to be called when calls finish. 7 éve
EchoProvider.swift cab578fbd2 Replace calls to `DispatchSemaphore.wait(timeout: DispatchTime.distantFuture)` with just `.wait()`. 7 éve
README.md 2f6b957b81 Remove Go Echo sample. 8 éve
RUNME 9ce9d6914e Rename generated files to "<FILE>.rpc.swift". 8 éve
echo.proto 750ade663e Reorganize Echo sample to put Swift Package Manager and Xcode versions side-by-side in Examples/Echo. 9 éve

README.md

Echo, a gRPC Sample App

This directory contains a simple echo server and client that demonstrates all four gRPC API styles (Unary, Server Streaming, Client Streaming, and Bidirectional Streaming).

The Xcode directory contains a Mac app and PackageManager contains a command-line tool that can be built with the Swift Package Manager. Both contain a Swift client and server.