mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
IpcMain.Once(string) is not one time use, is not removing listener #449
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LandinMartensIQ on GitHub (Jan 29, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
In the C# lib,
IpcMain.Once(string)is not removing the listener after.Steps to Reproduce:
IpcMain.Once(channel_name)I think this is directly related to my other issue I just posted: https://github.com/ElectronNET/Electron.NET/issues/365
@GregorBiswanger commented on GitHub (Apr 20, 2020):
I tested it with the current version and there were no problems. Possibly. do you unconsciously register it more often, or is it due to the new Electron 8 version. Our latest update in version 8.31.1 will be released in the next few days.