-
Notifications
You must be signed in to change notification settings - Fork 38
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
GUI no longer closes gracefully #925
Comments
Can't reproduce ... can you do a git bisect to figure out the exact commit introducing this problem? |
Debian unstable with Python 2.7 and Nengo master. I'll do the git bisect shortly to find the commit. |
9047ef2 is the commit at which the error started. |
Managed to reproduce with Python 2.7 on macOS, I will look into it. |
Since that PR is dependent on the token stuff, and there's still a few things I'd like to address with that, I'd prefer to just cherry-pick those changes. |
When I was fixing the voltage plot crash (#924) I noticed that the GUI no longer closes gracefully when I close the tab associated with the GUI. Here's what I get in the console:
It then hangs until I press Ctrl+C, which shuts the server down normally.
The text was updated successfully, but these errors were encountered: