Hibernation problems
See original GitHub issueHello, gang! I played around with my Electron.NET application and left it running over the night (after starting it with dotnet electronize start
). When I came back to it the day after, and “woke up” my computer, I could see the application was still running. None of the windows where visible (expected), but I tried to open a window through the use of a hotkey binding and also through an item in the tray that I’ve added. Nothing happened, and I could see no new entries in the terminal from which I run the application. I didn’t really know how to trouble shoot any further, so I just restarted the application and it started working.
I’m wondering if this is a known issue or if there is anything I can do to make the application more resilient to hibernation.
Thanks!
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top GitHub Comments
Give me a few days to try to create a deterministic step-by-step guide. It has happened a few times, but always as a result of me leaving the computer for a large period of time.
fixed in the new Electron.NET update 5.22.12.