Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hibernation problems #106

Closed
pardahlman opened this issue Feb 26, 2018 · 5 comments
Closed

Hibernation problems #106

pardahlman opened this issue Feb 26, 2018 · 5 comments
Assignees

Comments

@pardahlman
Copy link

Hello, 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!

@BrainSlugs83
Copy link

Can you share a simplified version of your project and reproduction steps?

@pardahlman
Copy link
Author

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.

@GregorBiswanger GregorBiswanger self-assigned this Apr 16, 2018
@GregorBiswanger
Copy link
Member

Hi @pardahlman
What OS do you use?

A step-by-step guide would help us :)

@TheOneAndOnlyFox
Copy link

Hi there,
I ran into the same issue with my app on win10 & macOS. Same as @pardahlman reported. I installed a global ExceptionFilter in my app to log any exceptions in vain...
It's more or less a polling client with a local tcp listener... What we can see is that the listener is still working in the background and receives messages. But there is no way to get the renderer process back.

@GregorBiswanger
Copy link
Member

fixed in the new Electron.NET update 5.22.12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants