city41 / AMMiSTer

Arcade game manager for the MiSTer
MIT License
33 stars 2 forks source link

Use a WebSocket instead of IPC for process communication #74

Open city41 opened 1 year ago

city41 commented 1 year ago

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

city41 commented 1 year ago

This work is being done on the WS branch.