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

channel_mpsc::MsgReceiver cannot shutdown gracefully. #698

Closed
nical opened this issue Jan 10, 2017 · 1 comment
Closed

channel_mpsc::MsgReceiver cannot shutdown gracefully. #698

nical opened this issue Jan 10, 2017 · 1 comment
Labels

Comments

@nical
Copy link
Collaborator

@nical nical commented Jan 10, 2017

The render backend loops indefinitely until an error is returned from MsgReceiver::recv. The latter always returns Ok, and unwraps if its mpsc::Receiver returns an error. So the loop goes on forever until a panic is triggered by the unwrap call in recv.

@nical
Copy link
Collaborator Author

@nical nical commented Aug 9, 2017

Fixed in 68c1496

@nical nical closed this Aug 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.