Skip to content

Commit

Permalink
docs: added small comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefbarros committed Jun 18, 2023
1 parent f3fa421 commit 2566aac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/scomp-concurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ When reading from a socket, it works like a FIFO queue (because we are using TCP

> [Click here](/ecourse.app.board.console/src/main/java/eapli/ecourse/app/board/lib/MessageListener.java) to see the full code.
We also started a implementation `Event Listener` that will be responsible for receiving the notifications from the server and allow the clients to subscribe to specific notifications. This implementation is not being used in the project yet, but it is already fully implemented.

> [Click here](/ecourse.common.board/src/main/java/eapli/ecourse/common/board/EventListener.java) to see the full code.
### Improvements

We could expand on the notification service to allow the client to subscribe to specific notifications. This would be a better solution than the one we implemented because it would allow the client to receive only the notifications that it is interested in.
Expand Down

0 comments on commit 2566aac

Please sign in to comment.