From d59b3764c7bfb652b603b08f6442abd24646e536 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 25 Jun 2024 02:06:57 +1000 Subject: [PATCH] chore(phoenix-channel): remove outdated TODO (#5511) This TODO has been addressed. `phoenix-channel` is used by all components: gateway, relay and all clients. --- rust/phoenix-channel/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/rust/phoenix-channel/src/lib.rs b/rust/phoenix-channel/src/lib.rs index c83478665..69bf1546e 100644 --- a/rust/phoenix-channel/src/lib.rs +++ b/rust/phoenix-channel/src/lib.rs @@ -27,8 +27,6 @@ use std::mem; use std::sync::atomic::AtomicU64; use std::sync::Arc; -// TODO: Refactor this PhoenixChannel to be compatible with the needs of the client and gateway -// See https://github.com/firezone/firezone/issues/2158 pub struct PhoenixChannel { state: State, waker: Option,