Tim Burks 9af41cf0cd Add print statements to echo test to preload stdlib and avoid test deadlock. 7 năm trước cách đây
..
Protos 20e4a304cd Add Echo2 sample with a service definition split among multiple files. 8 năm trước cách đây
Sources 9af41cf0cd Add print statements to echo test to preload stdlib and avoid test deadlock. 7 năm trước cách đây
Makefile fa9c4c67a1 Fix Echo examples to expect streaming completion handlers to be called when calls finish. 7 năm trước cách đây
Package.swift a0249407eb Update examples to build with the current version of SwiftGRPC. 7 năm trước cách đây
README.md 20e4a304cd Add Echo2 sample with a service definition split among multiple files. 8 năm trước cách đây
RUNME fa9c4c67a1 Fix Echo examples to expect streaming completion handlers to be called when calls finish. 7 năm trước cách đây
ssl.crt 2906a07f08 Fix Examples: remove CountDownLatch from Simple, add ssl.* to Echo2 8 năm trước cách đây
ssl.key 2906a07f08 Fix Examples: remove CountDownLatch from Simple, add ssl.* to Echo2 8 năm trước cách đây

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.