From ba02bd8dee0bc7fd2c92a29e3c79124dc32162ca Mon Sep 17 00:00:00 2001 From: Ricard Vilalta Date: Mon, 10 May 2021 05:33:22 -0400 Subject: [PATCH] Exercise included --- commands.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/commands.txt b/commands.txt index 817af68..8439ae8 100644 --- a/commands.txt +++ b/commands.txt @@ -147,6 +147,7 @@ RUN CLIENT (in another window) $ cd /root/OFC_SC472/grpc/connectionService $ python3 connectionService_client.py +### EXERCISE COMPILE connectionServiceWithNotif.proto $ cd /root/OFC_SC472/grpc/ $ python -m grpc_tools.protoc -I=. --python_out=connectionServiceWithNotif/ --grpc_python_out=connectionServiceWithNotif/ connectionServiceWithNotif.proto