-
Notifications
You must be signed in to change notification settings - Fork 609
Add shutdown_delay on the start() function parameter #453
Conversation
- Change default if time_shutdown is not correct int or float - Accept string if is a digit
|
Hey 👋 Thanks for the PR! I'd like to rename the arg and tweak the error checking to be stricter - can you give me permission to push a commit to your repo/branch please? |
|
yes, I've already sent you an invitation. |
b67bf3d to
8e5e90e
Compare
samuelhwilliams
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
|
@ChrisKnott can't actually merge this but looks like a reasonable PR to add |
fix flake8 warning remplace shortcut `f` not stable on python3.6 by format
|
the "f" format shortcut is not stable in version 3.6, |
|
@gaetan1903 Do you still want this merged? |
|
I want to merge it with new PR for HacktoberFest, if you can add topic HacktoberFest in this repository @ChrisKnott |
|
What happened to merging this? |
|
#529 it's already merge here |
timer configurable for Eel's shutdown detection mechanism, whereby when any websocket closes, it waits time_shutdown seconds (default 1 second), and then checks if there are now any websocket connections. If not, then Eel closes. In case the user has closed the browser and wants to exit the program.
Try to fix #355 issues: Increase the value shutdown_delay higher to avoid stopping Eel.