Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

split-items-ready-to-load reorders reads in the outgoing remote transaction #67

Open
awkay opened this issue Mar 6, 2017 · 2 comments

Comments

@awkay
Copy link
Contributor

awkay commented Mar 6, 2017

The function puts the items to load in a set, which will often cause them to reorder. This may cause post-mutations to run in an order that the user would not expect. This could cause dependent reads to be missing data on post mutation.

tobiasquinn added a commit to tobiasquinn/untangled-template that referenced this issue Mar 7, 2017
@awkay
Copy link
Contributor Author

awkay commented Mar 7, 2017

I sent a patch for this, but it did not fix an in-the-field report

@tobiasquinn
Copy link

Simple test case https://github.com/tobiasquinn/untangled-template/tree/issue-67-test-case
Print output from "TEST" button is 3,2,1 expect output 1,2,3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants