From d2fe696d236b279591e4b542c4cf4facf5765601 Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Wed, 13 Nov 2024 13:40:25 -0300 Subject: [PATCH] Link the SUSPENDED status to a RETRY operation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is to allow us to make the tests for the upcoming RETRY operation more realistic. Our initial implementation of the RETRY operation won’t actually put the room into the SUSPENDED status, though; I’ll figure out the right place to do that once we actually trigger this operation internally in #50. --- Sources/AblyChat/RoomLifecycleManager.swift | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Sources/AblyChat/RoomLifecycleManager.swift b/Sources/AblyChat/RoomLifecycleManager.swift index de1dedf8..64e99de4 100644 --- a/Sources/AblyChat/RoomLifecycleManager.swift +++ b/Sources/AblyChat/RoomLifecycleManager.swift @@ -185,7 +185,7 @@ internal actor DefaultRoomLifecycleManager