dwmkerr/wait-port

Retry when err.code is `EACCES`

Closed this issue · 1 comments

Some antivirus software will intercept request with EACCES error code when the port is not ready. So add retry for EACCES just like ECONNREFUSED.

Thanks @chengzhuo5 looks great, just merged