Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Use a WebSocket instead of IPC for process communication #74

Open
city41 opened this issue Apr 16, 2023 · 1 comment
Open

Use a WebSocket instead of IPC for process communication #74

city41 opened this issue Apr 16, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@city41
Copy link
Owner

city41 commented Apr 16, 2023

Surprisingly, Electron's IPC module blocks the renderer process, even when using it in "async" mode. The solution looks to be using WebSockets.

@city41 city41 added the enhancement New feature or request label Apr 16, 2023
@city41 city41 added this to the 1.0 RC milestone Apr 16, 2023
@city41 city41 moved this to 🏗 In progress in AMMiSTer Todo Apr 16, 2023
@city41
Copy link
Owner Author

city41 commented Apr 16, 2023

This work is being done on the WS branch.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
Status: 🏗 In progress
Development

No branches or pull requests

1 participant