As the title says the on method of electron-better-ipcs ipcRenderer only gets called once and the original on get called every time a message is sent.
// Renderer
ipcRenderer.on("channel", console.log)
// Main
ipcMain.sendToRenderers("channel", "test")
ipcMain.sendToRenderers("channel", "test")
This example only logs once with the better ipc one and twice with the vanilla version
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too