Searched refs:socketEventQueue (Results 1 – 1 of 1) sorted by relevance
674 private socketEventQueue: { body: any, eventName: string }[] | undefined; property in IOSession705 if (this.socketEventQueue) {707 for (const event of this.socketEventQueue) {710 this.socketEventQueue = undefined;726 … (this.socketEventQueue || (this.socketEventQueue = [])).push({ body, eventName });730 Debug.assert(this.socketEventQueue === undefined);