Commit 83788cc4 authored by Dominik Charousset's avatar Dominik Charousset

Add missing monitor

parent 7313254a
...@@ -43,6 +43,7 @@ struct group_worker_actor_state { ...@@ -43,6 +43,7 @@ struct group_worker_actor_state {
self->context()); self->context());
return message{}; return message{};
}); });
self->monitor(intermediary);
return { return {
[this](sys_atom, join_atom) { [this](sys_atom, join_atom) {
self->send(intermediary, join_atom_v, self->ctrl()); self->send(intermediary, join_atom_v, self->ctrl());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment