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
Currently, changes made during a hot-reload trigger an immediate reload afterward. However, changes during the first run won't trigger a reload upon completion, as the watchfiles watcher only starts after the first run to reduce startup overhead.
I've thought 2 ways to implement the desired consistent behavior:
Start watchfiles from the beginning from a daemon thread (this may cause segmentfault on Linux when shutdown, see hmr-daem/v0.4)