Improved session handling
This commit is contained in:
@@ -50,7 +50,7 @@ export class SessionManager {
|
||||
if (!this.dbSession) return;
|
||||
|
||||
this.dbSession.stdin.end();
|
||||
this.dbSession = null;
|
||||
this.dbSession.kill();
|
||||
}
|
||||
|
||||
public check() : boolean {
|
||||
|
Reference in New Issue
Block a user