Commit 85067563 authored by Dominik Charousset's avatar Dominik Charousset

Keep actors alive that still have stream managers

parent 2e058f04
......@@ -671,7 +671,9 @@ public:
inline bool has_behavior() const {
return !bhvr_stack_.empty()
|| !awaited_responses_.empty()
|| !multiplexed_responses_.empty();
|| !multiplexed_responses_.empty()
|| !stream_managers_.empty()
|| !pending_stream_managers_.empty();
}
inline behavior& current_behavior() {
......
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