-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BetterIpcRenderer on method only gets called once #42
Comments
Can you confirm you're on version 2.0.1? Because a similar issue was fixed in 2.0.1: fdda864 |
Yes I am running on version 2.0.1 |
// @t13m In case you have any idea what might cause this. |
Have no idea yet, but I'll try to dig in a little bit, will update later when i find something |
@MasterGordon Hi, I tried in electron fiddle with v13.1.7, and no luck to reproduce this problem, the message correctly shows twice. |
@t13m I will try to create a repo for reproduction. |
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.
This example only logs once with the better ipc one and twice with the vanilla version
The text was updated successfully, but these errors were encountered: