From 44aa9fbacf5311a7a2b4795d80715edb1175569f Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Thu, 14 Sep 2023 13:25:31 -0400 Subject: [PATCH] auto --- p2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/p2.md b/p2.md index 02710c3..e0f82f8 100644 --- a/p2.md +++ b/p2.md @@ -168,6 +168,7 @@ locking behavior identical as shown in the video. ## Notes - Use the `context` to set RPC timeouts to 60 seconds. - Your server main should spawn off your `http` server in a new goroutine, and be always available. +- gRPC communication requires that the server listen to an address w/o the host, e.g. ":50050" in order to work across the network. ## Grading I will assign grades vaguely as follow: -- GitLab