diff --git a/src/connection/sqlJob.ts b/src/connection/sqlJob.ts index fb4278fb..7317049d 100644 --- a/src/connection/sqlJob.ts +++ b/src/connection/sqlJob.ts @@ -210,5 +210,6 @@ export class OldSQLJob extends SQLJob { this.channel.close(); this.channel = undefined; this.status = "ended"; + this.responseEmitter.removeAllListeners(); } } \ No newline at end of file