Commit 83a01882 authored by neverlord's avatar neverlord

do not count proxies as running actors

parent 0cf480ae
......@@ -42,7 +42,7 @@ namespace cppa {
actor_proxy::actor_proxy(std::uint32_t mid, process_information_ptr const& pptr)
: super(mid, pptr)
{
attach(get_scheduler()->register_hidden_context());
//attach(get_scheduler()->register_hidden_context());
}
void actor_proxy::forward_message(process_information_ptr const& piptr,
......
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