不要怂,就是干,撸起袖子干!

Commit ca788b7a by Sushant Committed by GitHub

fix(connection-manager): only use close to shutdown (#8789)

1 parent 6385cabd
Showing with 0 additions and 4 deletions
...@@ -43,10 +43,6 @@ class ConnectionManager { ...@@ -43,10 +43,6 @@ class ConnectionManager {
Promise Promise
}); });
process.on('beforeExit', () => {
this._onProcessExit.call(this);
});
this.initPools(); this.initPools();
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!