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
Async hooks can run multiple instances at the same time, if the hook is slow enough and the reloads are fast enough. We should either allow only one of each hook to run at once or kill old hook processes before launching new ones. This should probably also be fixed upstream in hiedb.
This causes issues with e.g.
hiedb
(see wz1000/HieDb#63).Async hooks can run multiple instances at the same time, if the hook is slow enough and the reloads are fast enough. We should either allow only one of each hook to run at once or kill old hook processes before launching new ones. This should probably also be fixed upstream in
hiedb
.From SyncLinear.com | DUX-1656
The text was updated successfully, but these errors were encountered: