Retry when err.code is `EACCES`
Closed this issue · 1 comments
chengzhuo5 commented
Some antivirus software will intercept request with EACCES
error code when the port is not ready. So add retry for EACCES
just like ECONNREFUSED
.
dwmkerr commented
Thanks @chengzhuo5 looks great, just merged