Skip to content

Commit 8346a8d

Browse files
authored
[doc] Add connection stability section to autoRef client
1 parent 03fce22 commit 8346a8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/ssl-auto-ref-client/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ The connection is described in the following sequence diagram:
1616

1717
Source to generate the diagram: [communication_autoRef.txt](./communication_autoRef.txt)
1818

19+
## Connection stability
20+
Clients should deal with connection losts (reconnect). The game-controller may be restarted due to various reasons like crashes or other technical issues. AutoRefs should reconnect automatically after a connection lost without human interaction.
21+
1922
## Secure Connection
2023
The connection can optionally be secured by signing each request using a RSA key.
2124

0 commit comments

Comments
 (0)