mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-08-07 21:19:51 +00:00
node & server: separate dirty flag, remove DirtyState
This commit is contained in:
@@ -74,7 +74,7 @@ impl DnsNode {
|
||||
last_heartbeat = Instant::now();
|
||||
}
|
||||
|
||||
_ = self.mgr.dirty.notify.notified() => {}
|
||||
_ = self.mgr.dirty.notified() => {}
|
||||
|
||||
event = subscriber.recv() => {
|
||||
match event {
|
||||
|
||||
Reference in New Issue
Block a user