-
-
Notifications
You must be signed in to change notification settings - Fork 739
Closed
Labels
Description
- Version: 8.31.2
- .NET Core version 3.1
- Target: Windows 10
When running my Electron.NET application for a while, sometimes a few minutes, sometimes up to half an hour, I get the following messages printed in my console:
Got disconnect!
ASP.NET Core Application connected... global.electronsocket C2zRUaIlrhDjLVRMAAAE 2020-06-11T17:49:54.749Z
stdout: BridgeConnector connected!
After which no IPC can be processed, leaving my app in a frozen state in which just the JS works.
This seems to occur at random times, with no actual reason leading to the cause (atleast I can't figure out what the cause is).
Can somebody help me out with this?
Thanks in advance!