From 286570c333c61da582276ff1079f68d103d97ceb Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Tue, 10 Oct 2023 15:23:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=86=85=E5=AD=98=E7=BC=93?= =?UTF-8?q?=E5=AD=98=E6=97=A0=E6=B3=95=E7=BC=93=E5=AD=98=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/caches/writer_memory.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/caches/writer_memory.go b/internal/caches/writer_memory.go index a9bf54f..6e4fb9e 100644 --- a/internal/caches/writer_memory.go +++ b/internal/caches/writer_memory.go @@ -146,7 +146,7 @@ func (this *MemoryWriter) Close() error { err = ErrWritingQueueFull } } else { - err = ErrWritingQueueFull + this.storage.valuesMap[this.hash] = this.item } } else { this.storage.valuesMap[this.hash] = this.item