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

Invalidation of graph value via jsonGraphEnvelope isn't returned to client #192

Open
jameslaneconkling opened this issue Oct 4, 2016 · 2 comments

Comments

@jameslaneconkling
Copy link

jameslaneconkling commented Oct 4, 2016

see this stack overflow question

Returning pathSets with invalidation metadata from a route successfully adds invalidation paths to response:

{
  path: ['folderList', 'length'],
  invalidated: true
}

However, returning a jsonGraphEnvelope from the route drops the invalidation paths from the response:

{
  jsonGraph: {...}
  paths: [...],
  invalidated: [['folderList', 'length']]
};
@jameslaneconkling jameslaneconkling changed the title Invalidate via jsonGraphEnvelope doesn't work Invalidation of graph value via jsonGraphEnvelope isn't returned to client Oct 4, 2016
@trxcllnt
Copy link
Contributor

trxcllnt commented Oct 5, 2016

Yep, looks like a bug.

@jhusain
Copy link
Contributor

jhusain commented Oct 5, 2016

We will look into this. In the meantime please use path value pairs to unblock.

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

3 participants