Properly exit the core resource thread.

This commit is contained in:
Ms2ger 2016-11-03 09:16:03 +01:00
parent 5bfe1de10a
commit 15e8f4f0d4

View file

@ -241,7 +241,7 @@ impl ResourceChannelManager {
};
if let Ok(msg) = data.to() {
if !self.process_msg(msg, group, &sender) {
break;
return;
}
}
}