- Version: 7.30.2
- Target: .Net Core 3.1
In the C# lib, IpcMain.Once(string) is not removing the listener after.
Steps to Reproduce:
- Register a listener using
IpcMain.Once(channel_name)
- Wait for the event to be fired at least once from javascript
- Now fire the event again within javascript
- The listener registered at step 1 still fires even though it should have been removed.
I think this is directly related to my other issue I just posted: #365