mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
ipcmain listener miss #119
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 @mojinxun on GitHub (Feb 7, 2018).
Originally assigned to: @GregorBiswanger on GitHub.
I have a question:
when my app use a long time, all of my listener missing...
front can receive “send”
but in netcore can't receive "front" "send"
please help me..
@GregorBiswanger commented on GitHub (Apr 16, 2018):
Hi @mojinxun
do you tried the new version 0.0.9?
@ocelikk commented on GitHub (Jun 28, 2018):
@GregorBiswanger im facing same issue too.
-behind in c# -
Electron.IpcMain.On("async-msg", (data) =>
{
var mainWindow = Electron.WindowManager.BrowserWindows.First();
Electron.IpcMain.Send(mainWindow, "async-msg-reply", "asdf");
});
-behind in c# -
this code block triggers when app is just started but after a while however dont hit anymore.
@GregorBiswanger commented on GitHub (Sep 26, 2018):
Fixed with the new Electron.NET version.