os-js / osjs-server

OS.js Server Module

Home Page:https://manual.os-js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slow exit in some node version

blackmiaool opened this issue · comments

nodejs/node#50188
quick fix:
this.httpServer.closeAllConnections();
this.httpServer.close(done);