sanji-programmer

Results 4 comments of sanji-programmer

I post a comment on this fix in #1417

@mgsloan I tried to reproduce the race unsuccessfully. I set up a small project: https://github.com/sanji-programmer/live-server-potential-race I used a tool I've worked with to test different schedules of the event loop,...

@mgsloan I just added two tests: - one that removes and recreates a file (https://github.com/sanji-programmer/live-server-potential-race/blob/master/race-file-rem-test.js) - one that removes and recreates the root dir (https://github.com/sanji-programmer/live-server-potential-race/blob/master/race-root-dir-test.js) These tests can reproduce the...

Hi, I have investigated some open issues involving races (as a research project) and took a look at the solution of @graphicbeacon. I created a small app (https://github.com/sanji-programmer/express-issue-3536-race) and as...