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
Labels
enhancement
New feature or request
Milestone
Surprisingly, Electron's IPC module blocks the renderer process, even when using it in "async" mode. The solution looks to be using WebSockets.
The text was updated successfully, but these errors were encountered: