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

GLSP-1387 Do not bind DefaultActionDispatcher as ActionHandler #246

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

ivy-lli
Copy link
Contributor

@ivy-lli ivy-lli commented Sep 9, 2024

What it does

Fixes: eclipse-glsp/glsp#1387

Do not register the DefaultActionDispatcher as ActionHandler, instead create a new inner class JoinActionHandler that handles the JoinAction.

How to test

See issue

Follow-ups

Changelog

  • This PR should be mentioned in the changelog
  • This PR introduces a breaking change (if yes, provide more details below for the changelog and the migration guide)

Because of this threads couldn't be fully disposed
@ivy-lli ivy-lli changed the title GH-1387 Do not bind DefaultActionDispatcher as ActionHandler GLSP-1387 Do not bind DefaultActionDispatcher as ActionHandler Sep 9, 2024
Copy link
Contributor

@ivy-cst ivy-cst left a comment

Choose a reason for hiding this comment

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

Perfect 👍

Copy link
Contributor

@martin-fleck-at martin-fleck-at left a comment

Choose a reason for hiding this comment

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

Looks good to me, thank you for the great fix!

@martin-fleck-at martin-fleck-at merged commit 3a8f801 into eclipse-glsp:master Sep 10, 2024
6 checks passed
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.

Multiple DefaultActionDispatcher are created and not properly disposed
3 participants