Commit fe848674 authored by Al Crate's avatar Al Crate

Use real execution context, as we may send exit_msgs to monitoring actors.

parent b583e61d
......@@ -36,7 +36,7 @@ public:
~actor_widget() {
if (companion_)
self()->cleanup(error{}, &dummy_);
self()->cleanup(error{}, self()->system().dummy_execution_unit());
}
void init(actor_system& system) {
......
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