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
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
We were able to work around this using renderSync but our builds are a little slower. Any ideas what could be causing this, or if there's a better workaround available? thanks.
The text was updated successfully, but these errors were encountered:
Not the cleanest solution... are there any plans to fix this behavior for node-sass? I noticed #857 about the process hanging with the UV_THREADPOOL_SIZE the only solution given for now.. thanks
Yes, we schedule an event and wait on the lock the event handler returns.
The problems is it never returns, because it never gets called - the event loop gets stopped before it could happen.
So, during the next rewrite of the binding code this will be taken into account. For now there is no easy solution (except for process.kill). Sorry for that!
The error when thrown doesn't cause the node process to exit
SSCCE:
We were able to work around this using renderSync but our builds are a little slower. Any ideas what could be causing this, or if there's a better workaround available? thanks.
The text was updated successfully, but these errors were encountered: