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

Feat/communication actions #80

Open
wants to merge 7 commits into
base: feat/code-execution
Choose a base branch
from

Conversation

Chickensoup20
Copy link
Member

No description provided.

@@ -41,7 +41,7 @@ public CodeExecutor(int plotId) {
}

public void halt() {
for (var r : running.values()) r.cancel();
for (var r : running.values());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it intentional that halting code does not halt anymore?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, it messes with cancelling events

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

halt needs to halt

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.

2 participants