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
I found that if I requested the compiled bundles as soon as the SSE data came through, sometimes the request happened before the file had been fully written. I solved it with this arbitrary timeout, but there must be a better way:
I found that if I requested the compiled bundles as soon as the SSE data came through, sometimes the request happened before the file had been fully written. I solved it with this arbitrary timeout, but there must be a better way:
https://github.com/bengourley/hot-rld/blob/master/_client.js#L22
Maybe configuring the options to
gaze
better so that the event is not sent until the file is definitely complete?The text was updated successfully, but these errors were encountered: