Skip to content

Commit fe6f68a

Browse files
authored
fix: swap Client A and Client B to match the diagram (#174)
1 parent ca76b38 commit fe6f68a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/subscriptions/scaling.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ However, when trying to scale horizontally by adding more GraphQL servers, you m
1818

1919
image::subscriptions/diagram2.svg[title="Subscriptions with 2 servers"]
2020

21-
In this case, Client B is subscribed to one server.
22-
However, when Client A triggers the mutation, it may query a different server.
21+
In this case, Client A is subscribed to one server.
22+
However, when Client B triggers the mutation, it may query a different server.
2323

2424
The change happens successfully in the database, and any client connected to the same server receives the subscription event.
2525
However, Client A does **not** receive any update, as the server it's connected to does not get notified of any mutation.

0 commit comments

Comments
 (0)