From 8d397a67ee066b61af006cc1665945b19523d764 Mon Sep 17 00:00:00 2001 From: Kwan <144704328+HeroOfOdyssey@users.noreply.github.com> Date: Wed, 16 Oct 2024 12:42:20 -0400 Subject: [PATCH] Update connection-state-recovery.md Added an additional warning regarding the fact that the server must emit one event to client in order for connection state recovery to be successful --- .../categories/01-Documentation/connection-state-recovery.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/categories/01-Documentation/connection-state-recovery.md b/docs/categories/01-Documentation/connection-state-recovery.md index 065f6144..2172449a 100644 --- a/docs/categories/01-Documentation/connection-state-recovery.md +++ b/docs/categories/01-Documentation/connection-state-recovery.md @@ -22,6 +22,11 @@ This feature will help you cope with such disconnections, but unless you want to That's why you will still need to handle the case where the states of the client and the server must be synchronized. +:::tip + +Connection State Recovery will NOT be successful unless the client has received *at least* one event from the server + +::: ## Usage Connection state recovery must be enabled by the server: