chore(phoenix-channel): remove outdated TODO (#5511)

This TODO has been addressed. `phoenix-channel` is used by all
components: gateway, relay and all clients.
This commit is contained in:
Thomas Eizinger
2024-06-25 02:06:57 +10:00
committed by GitHub
parent f00d32df14
commit d59b3764c7

View File

@@ -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<TInitReq, TInboundMsg, TOutboundRes> {
state: State,
waker: Option<Waker>,