Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the legacy networking stack. #14360

Merged
merged 9 commits into from Nov 24, 2016
Next

Properly exit the core resource thread.

  • Loading branch information
Ms2ger committed Nov 24, 2016
commit 15e8f4f0d4ff437aa4ab98a43ee596a747fc0eed
@@ -241,7 +241,7 @@ impl ResourceChannelManager {
};
if let Ok(msg) = data.to() {
if !self.process_msg(msg, group, &sender) {
break;
return;
}
}
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.