You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After some time of inactivity in the app it crashes (server stops) I thinks it needs something like tcpkeepalive or websocket switch or at least displaying a reason of why the app stopped
To Reproduce
Steps to reproduce the behavior:
Launch an App
Wait from 5 to 15 minutes
Try to refresh the page (F5)
The text was updated successfully, but these errors were encountered:
I have the same issue currently. I created my own custom logging and added a javascript keep alive message that is sent to python and python adds it to my logging but I get no errors or any other debug or info logged when the webpage crashes.
Eel version
0.16.0
Describe the bug
After some time of inactivity in the app it crashes (server stops) I thinks it needs something like tcpkeepalive or websocket switch or at least displaying a reason of why the app stopped
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: