Don't drop items to write when sending fast

This commit is contained in:
Adam Hathcock
2025-04-25 17:45:01 +01:00
parent 377829adae
commit 536e58aacc
3 changed files with 7 additions and 8 deletions
@@ -258,7 +258,7 @@ public sealed class SerializeProcess(
}
Interlocked.Increment(ref _objectsSerialized);
objectSaver.SaveItem(item);
await objectSaver.SaveAsync(item).ConfigureAwait(false);
}
if (!currentClosures.ContainsKey(item.Id))