mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 17:16:01 +00:00
try to fix e_channel_closed error
This commit is contained in:
@@ -164,7 +164,7 @@ module.exports = {
|
||||
try {
|
||||
opened.subprocess.send({ msgtype: 'ping' });
|
||||
} catch (err) {
|
||||
logger.error({ err }, 'Error calling ping');
|
||||
logger.error({ err }, 'Error pinging server connection');
|
||||
this.close(conid);
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user