Created wrapper class around http.Server that cleans up abandoned socket files...
Created wrapper class around http.Server that cleans up abandoned socket files upon .listen(), rather than just giving up with an EADDRINUSE error if a socket with the specified name already exists. See HttpSocketServer in common/http-sockets.js
Showing
- dylan-testing/common/http-sockets.js 127 additions, 0 deletionsdylan-testing/common/http-sockets.js
- dylan-testing/core/login-service.js 14 additions, 14 deletionsdylan-testing/core/login-service.js
- dylan-testing/core/web-service.js 3 additions, 3 deletionsdylan-testing/core/web-service.js
- dylan-testing/package-lock.json 373 additions, 0 deletionsdylan-testing/package-lock.json
Please register or sign in to comment