feat: implement session management with SessionService and SessionPlugin; refactor query execution to handle session cookies; update token and query handling for improved session tracking
This commit is contained in:
@ -13,6 +13,7 @@ export class Vm {
|
||||
private isolate: ivm.Isolate;
|
||||
private timeLimit?: bigint;
|
||||
private cpuTimeLimit?: bigint;
|
||||
private sessionId: string | null;
|
||||
|
||||
constructor(configs: {
|
||||
memoryLimit: number;
|
||||
|
||||
Reference in New Issue
Block a user