Add ping/pong to the protocol (#2)

This commit is contained in:
Asher
2019-03-04 21:26:17 -06:00
committed by Kyle Carberry
parent d48d72cb79
commit 47765dde23
8 changed files with 425 additions and 8 deletions

View File

@@ -26,3 +26,7 @@ message EvalDoneMessage {
uint64 id = 1;
string response = 2;
}
message Ping {}
message Pong {}