ipcmain listener miss #119

Closed
opened 2026-01-29 16:31:31 +00:00 by claunia · 3 comments
Owner

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..

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..
claunia added the question label 2026-01-29 16:31:31 +00:00
Author
Owner

@GregorBiswanger commented on GitHub (Apr 16, 2018):

Hi @mojinxun
do you tried the new version 0.0.9?

@GregorBiswanger commented on GitHub (Apr 16, 2018): Hi @mojinxun do you tried the new version 0.0.9?
Author
Owner

@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.

@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.
Author
Owner

@GregorBiswanger commented on GitHub (Sep 26, 2018):

Fixed with the new Electron.NET version.

@GregorBiswanger commented on GitHub (Sep 26, 2018): Fixed with the new Electron.NET version.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#119