Skip to content

Commit

Permalink
Updates README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pmhsfelix authored May 6, 2024
1 parent eb62f79 commit 72850c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ The [Server](src/main/kotlin/pt/isel/pc/Server.kt) is responsible for:
- produces side effects based on those control message.
- With few exceptions (e.g. the server socket), all server state is exclusively managed by the _main_ thread.
- All interaction with the server is done by sending control messages to the server's _control queue_.
-

The [RemoteClient](src/main/kotlin/pt/isel/pc/RemoteClient.kt) class is responsible to interact with a
specific connected client, and follows a similar design.

0 comments on commit 72850c4

Please sign in to comment.