Commit 28bc83cd authored by Dominik Charousset's avatar Dominik Charousset

Properly stop tick emitter in stream sources

parent e839d34c
......@@ -1064,6 +1064,8 @@ public:
CAF_LOG_INFO("done sending:" << CAF_ARG(slots));
i->second->stop();
stream_managers_.erase(i);
if (stream_managers_.empty())
stream_ticks_.stop();
}
}
......
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