mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 06:46:00 +00:00
close chidl processes when parent exits
This commit is contained in:
@@ -24,6 +24,7 @@ module.exports = {
|
||||
resolve(response);
|
||||
delete this.requests[msgid];
|
||||
},
|
||||
handle_ping() {},
|
||||
|
||||
async ensureOpened(conid, database) {
|
||||
const existing = this.opened.find((x) => x.conid == conid && x.database == database);
|
||||
|
||||
Reference in New Issue
Block a user