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: use ElectronConnectionHandler to connect the ide updater frontend and the electron main process #2697

Merged
merged 1 commit into from
Apr 9, 2025

Conversation

giacomocusinato
Copy link
Collaborator

Motivation

Resolves #2696

Change description

Use ElectronConnectionHandler instead of ConnectionHandler to establish communication between the frontend and the electron main process. This is needed specifically for services interacting with electron.

Other information

The issue seems to appear also on the Theia IDE example. An issue will follow on Theia side.

@giacomocusinato giacomocusinato added type: imperfection Perceived defect in any part of project topic: theia Related to the Theia IDE framework labels Apr 8, 2025
@giacomocusinato giacomocusinato changed the title fix: use ElectronConnectionHandler to connect ide updater services fix: use ElectronConnectionHandler to connect the ide updater frontend and the electron main process Apr 8, 2025
Copy link
Contributor

@per1234 per1234 left a comment

Choose a reason for hiding this comment

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

I verified this fixes #2696

Thanks Giacomo!

@giacomocusinato giacomocusinato merged commit 2f0414a into main Apr 9, 2025
54 checks passed
@giacomocusinato giacomocusinato deleted the fix-auto-updater branch April 9, 2025 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: theia Related to the Theia IDE framework type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auto update fails on Arduino IDE 2.3.5
2 participants