From 9b236ac9c4aa1e577378e4ac38e01464f0ce127d Mon Sep 17 00:00:00 2001 From: Tomasz Pietrek Date: Tue, 1 Oct 2024 07:57:09 +0200 Subject: [PATCH] Allow for variance in connects/reconnects Signed-off-by: Tomasz Pietrek --- adr/ADR-40.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/adr/ADR-40.md b/adr/ADR-40.md index f528066..aab0fe6 100644 --- a/adr/ADR-40.md +++ b/adr/ADR-40.md @@ -489,8 +489,9 @@ Every message (`MSG` and `HMSG`) received from the server. #### Messages out Every message (`PUB` and `HPUB`) sent to the server. -#### Connects -Total number of connections (first connection and any successful reconnection) made by the client. +#### Connects / Reconnects +Total number of connections (first connection and any successful reconnection) or reconnections made by client. +We allow both variants here, as languages have some variance in how they handle connections around option `retry_on_failed_connect`. ### Security Considerations