master
read
async read(): Promise<T[]> { if (this.values.length > 0) { this.logger.warn("Overwriting previously read values", this.values) } this.values = []