mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user