Open city41 opened 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.
This work is being done on the WS branch.
Surprisingly, Electron's IPC module blocks the renderer process, even when using it in "async" mode. The solution looks to be using WebSockets.