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

Fix panic when quitting application #1296

Merged
merged 2 commits into from
Nov 1, 2022
Merged

Fix panic when quitting application #1296

merged 2 commits into from
Nov 1, 2022

Conversation

hannobraun
Copy link
Owner

This fixes the following panic, discovered in #1286:

thread '<unnamed>' panicked at 'Expected channel to never disconnect: RecvError', crates/fj-host/src/evaluator.rs:22:18
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

This is the panic this commit fixes:
```
thread '<unnamed>' panicked at 'Expected channel to never disconnect: RecvError', crates/fj-host/src/evaluator.rs:22:18
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant