python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.28k stars 581 forks source link

eel process will close after web page hot refresh #710

Open ILG2021 opened 7 months ago

ILG2021 commented 7 months ago

I use the react template in the example, I found that every time the page hot refreshed, the eel process is also close so that i need to restart it. it is very time wasting. Can you fix it?

emilioh93 commented 6 months ago

Any news? @ILG2021 I'm currently having a worse problem, and that is that when I start the eel process, then I refresh the browser, but it automatically closes the eel process. This does not allow me to work

thatfloflo commented 6 months ago

Have you tried to increase the shutdown_delay (one of the arguments to eel.start()?

ILG2021 commented 6 months ago

Have you tried to increase the _shutdowndelay (one of the arguments to eel.start()?

I will tried later.