Skip to content

Commit

Permalink
Update .changeset/tiny-pots-allow.md
Browse files Browse the repository at this point in the history
Co-authored-by: Phil Pluckthun <phil@kitten.sh>
  • Loading branch information
JoviDeCroock and kitten committed Apr 24, 2024
1 parent 3402ec8 commit b82e184
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .changeset/tiny-pots-allow.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b82e184

Please sign in to comment.