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,