mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 10:14:35 +00:00
fix peer_remove & peer_add event handler (#27)
This commit is contained in:
@@ -220,8 +220,8 @@ impl ManualConnectorManager {
|
||||
log::warn!("peer conn removed: {:?}", conn_info);
|
||||
}
|
||||
|
||||
GlobalCtxEvent::PeerAdded(..) => todo!(),
|
||||
GlobalCtxEvent::PeerRemoved(..) => todo!(),
|
||||
GlobalCtxEvent::PeerAdded(..) => {}
|
||||
GlobalCtxEvent::PeerRemoved(..) => {}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user