mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
IpcMain.Once(string) is not one time use, is not removing listener #446
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