You need to Close the transpiler when done #1856
Labels
backend
Backend server changes (GO)
bug
Something isn't working
codebase improvements
Various codebase improvements
Milestone
corteza/server/pkg/sass/processor.go
Line 181 in 7c17708
Maybe I'm overlooking something, but open an issue just in case.
Creating a new transpiler spins up a new Dart VM, so not very light weight. The transpiler is thread safe, so ideally you want to start one instance on application startup, use that for everything, then close it on application shutdown.
The text was updated successfully, but these errors were encountered: