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

auto

parent c6948c22
No related branches found
No related tags found
No related merge requests found
...@@ -168,7 +168,7 @@ locking behavior identical as shown in the video. ...@@ -168,7 +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. - 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:
...@@ -176,7 +176,7 @@ I will assign grades vaguely as follow: ...@@ -176,7 +176,7 @@ I will assign grades vaguely as follow:
- 30 pts - lockserver - 30 pts - lockserver
## Video walkthrough! ## Video walkthrough
![p2 walkthrough](p2.mp4) ![p2 walkthrough](p2.mp4)
......
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