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

Robot's movement threads are not closed on KeyboardInterrupt #3

Open
Fabulani opened this issue Jun 14, 2021 · 0 comments
Open

Robot's movement threads are not closed on KeyboardInterrupt #3

Fabulani opened this issue Jun 14, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@Fabulani
Copy link
Owner

If the Scenario is in a state where a Robot is moving around (a movement thread is open and running), and the user does a KeyboardInterrupt, the main thread will shut down, but the Terminal will be stuck with the movement threads.

A solution would be to add daemon=True to any created threads, but a more long-term solution is to improve the current parallel movement implementation.

@Fabulani Fabulani added the bug Something isn't working label Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant