Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update monolith-class-new #425

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update monolith-class-new
  • Loading branch information
dyc3 committed Apr 17, 2024
commit 836ea7acf372c8887904520a4e0016b549d6f572
7 changes: 5 additions & 2 deletions figures/monolith/monolith-class-new.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classDiagram
class ClientManager {
Client[] connections
Map roomJoins
Option~WebSocket~ balancer
BalancerManager balancerManager
}

RoomManager <-- ClientManager: via direct function calls
Expand Down Expand Up @@ -70,4 +70,7 @@ classDiagram
<<service>>
}

Balancer --> ClientManager: connects to
class BalancerManager

Balancer "0..*" --> "1" BalancerManager: connects to
BalancerManager "1" --> "1" ClientManager: informs of new\n BalancerClients
Loading
Loading