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
There is a small race in serve_rendered.js as it returns a promise accessing the passed repo hash. But when the code is actually executed the the key in repo could already be removed again. I managed to trigger this in branch of mine which seemed to slow down stuff at startup enough that this together with the way serveAllStyles handles change events (by removing and readding styles) let the server crash.
The text was updated successfully, but these errors were encountered:
There is a small race in serve_rendered.js as it returns a promise accessing the passed repo hash. But when the code is actually executed the the key in repo could already be removed again. I managed to trigger this in branch of mine which seemed to slow down stuff at startup enough that this together with the way serveAllStyles handles change events (by removing and readding styles) let the server crash.
The text was updated successfully, but these errors were encountered: