cplayground icon indicating copy to clipboard operation
cplayground copied to clipboard

Tech debt: replace synchronous file operations with async versions

Open reberhardt7 opened this issue 4 years ago • 1 comments

There were a few cases where I was in a hurry to get things working and called functions like fs.readFileSync. We should replace those with their asynchronous counterparts to support more clients using cplayground concurrently.

reberhardt7 avatar Apr 18 '20 06:04 reberhardt7

Working on this issue!

catzhang avatar Jul 12 '20 06:07 catzhang