Track commands spawned and subscriptions alive in beacon
This commit is contained in:
parent
e770804435
commit
b8adfc9ffe
8 changed files with 131 additions and 35 deletions
|
|
@ -143,9 +143,7 @@ where
|
|||
|
||||
let commands =
|
||||
Command::batch(messages.into_iter().map(|message| {
|
||||
debug::log_message(&message);
|
||||
|
||||
let update_span = debug::update();
|
||||
let update_span = debug::update(&message);
|
||||
let command = self.program.update(message);
|
||||
update_span.finish();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue