AMMiSTer icon indicating copy to clipboard operation
AMMiSTer copied to clipboard

Use a WebSocket instead of IPC for process communication

Open city41 opened this issue 1 year ago • 1 comments

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

city41 avatar Apr 16 '23 18:04 city41