Skip to content

Commit

Permalink
add sequence diagram for client reconnect issue (#353)
Browse files Browse the repository at this point in the history
Fixes #351

---------

Co-authored-by: Carson McManus <[email protected]>
  • Loading branch information
cjrkoa and dyc3 authored Mar 27, 2024
1 parent 4a5fdd8 commit c6fcf82
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions figures/client-reconnect-sequence.mmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
sequenceDiagram
Actor Client
Client->>+OTT: Joins Through Balancer
OTT-->>Client: Join Event
OTT->>OTT: Stores Reference to Client
Client-->>OTT: Disconnects
OTT-x-OTT: Client WebSocket Closes<br>With Code 1006
Client->>OTT: Reconnects in Specified Timeframe
note over Client,OTT: No Join Event on Reconnects
Loading

0 comments on commit c6fcf82

Please sign in to comment.