I have a method
private processWriteNextChunk(filePath: string): void { const nextChunk = this.data.get(filePath)?.shift(); if (!nextChunk) return;