Skip to content
Snippets Groups Projects
Commit 44aa9fba authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent bce7f7d5
No related branches found
No related tags found
No related merge requests found
...@@ -168,6 +168,7 @@ locking behavior identical as shown in the video. ...@@ -168,6 +168,7 @@ locking behavior identical as shown in the video.
## Notes ## Notes
- Use the `context` to set RPC timeouts to 60 seconds. - 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. - 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 ## Grading
I will assign grades vaguely as follow: I will assign grades vaguely as follow:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment