From b82e18477da7e683c42d4ecbcffcdfdcef9a6246 Mon Sep 17 00:00:00 2001 From: Jovi De Croock Date: Wed, 24 Apr 2024 13:22:20 +0200 Subject: [PATCH] Update .changeset/tiny-pots-allow.md Co-authored-by: Phil Pluckthun --- .changeset/tiny-pots-allow.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.changeset/tiny-pots-allow.md b/.changeset/tiny-pots-allow.md index 5af42dc2c..f1e3555a3 100644 --- a/.changeset/tiny-pots-allow.md +++ b/.changeset/tiny-pots-allow.md @@ -3,6 +3,4 @@ --- Fix issue where a reexecute on an in-flight operation would lead to multiple network-requests. -This issue was observable when using graphcache on pages where we'd have multiple queries that are inter-dependent, i.e. -they shared entities that had queries running in parallel, one of them completing would result in -graphcache calling `reexecute` while the other ones were still in-flight leading to duplicate network requests. +For example, this issue presents itself when Graphcache is concurrently updating multiple, inter-dependent queries with shared entities. One query completing while others are still in-flight may lead to duplicate operations being issued.