Commit 72833346 authored by Marian Triebe's avatar Marian Triebe

Fix `io_dynamic_remote_actor` hang up

parent e78126f9
...@@ -79,7 +79,7 @@ actor_proxy_ptr basp_broker_state::make_proxy(const node_id& nid, ...@@ -79,7 +79,7 @@ actor_proxy_ptr basp_broker_state::make_proxy(const node_id& nid,
// until the original instance terminates, thus preventing subtle // until the original instance terminates, thus preventing subtle
// bugs with attachables // bugs with attachables
if (ptr->exit_reason() == exit_reason::not_exited) if (ptr->exit_reason() == exit_reason::not_exited)
ptr->state.get_namespace().erase(nid, aid, rsn); ptr->state.get_namespace().erase(nid, res->id(), rsn);
}); });
}); });
// tell remote side we are monitoring this actor now // tell remote side we are monitoring this actor now
......
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