You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/ssl-auto-ref-client/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@ The connection is described in the following sequence diagram:
16
16
17
17
Source to generate the diagram: [communication_autoRef.txt](./communication_autoRef.txt)
18
18
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
+
19
22
## Secure Connection
20
23
The connection can optionally be secured by signing each request using a RSA key.
0 commit comments