From 603476f95cf2220c8ea0d1b52ad1a5501382e673 Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Wed, 13 Nov 2024 10:43:35 -0300 Subject: [PATCH] Split attachment & detachment cycles into methods MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We’ll use these when we implement the RETRY operation in #51. References to CHA-RL5* points are based on spec at 8ff947d. --- Sources/AblyChat/RoomLifecycleManager.swift | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Sources/AblyChat/RoomLifecycleManager.swift b/Sources/AblyChat/RoomLifecycleManager.swift index a6dc72bc..de1dedf8 100644 --- a/Sources/AblyChat/RoomLifecycleManager.swift +++ b/Sources/AblyChat/RoomLifecycleManager.swift @@ -532,7 +532,7 @@ internal actor DefaultRoomLifecycleManager