mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
fix bug
This commit is contained in:
parent
0aa7cf5ef2
commit
36957d84f1
@ -121,7 +121,7 @@ where
|
||||
if self.clone().evaluate_done(&mut ctx) {
|
||||
break;
|
||||
}
|
||||
self.context.lock().fanout_queue.next()
|
||||
ctx.fanout_queue.next()
|
||||
};
|
||||
|
||||
// If we don't have a node to process, stop fanning out
|
||||
|
Loading…
Reference in New Issue
Block a user