openssl-nodejs icon indicating copy to clipboard operation
openssl-nodejs copied to clipboard

fs.<method>Sync methods should be replaced

Open alex-h-strachan opened this issue 3 years ago • 0 comments

The implementation here using fs.writeFileSync etc block the event loop & impact performance (any amount of parallelism with say, serving requests) would cause a significant issue.

alex-h-strachan avatar Apr 08 '21 08:04 alex-h-strachan