Opened 9 years ago
Closed 6 years ago
#17430 closed defect (invalid)
Query is out of date error caused when store receives notify call and a query has not resolved
Reported by: | someguy | Owned by: | someguy |
---|---|---|---|
Priority: | undecided | Milestone: | 1.11 |
Component: | Data | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I'm getting a "Query is out of date" error when I do the following
Here's a gist which will show the problem https://gist.github.com/anonymous/6452151#file-gistfile1-txt
Basically what is happening is that if you call notify on a store which has a query which has not resolved yet then this will cause the out of date error.
An real life example of how this might happen is if you have a poller script working in teh background and calling notify on a store whenever it receives new data, if this poller script happens to call notify when a query is running but not resolved yet you will cause the error to occur.
Any ways around this problem?
Change History (3)
comment:1 Changed 9 years ago by
Component: | General → Data |
---|---|
Owner: | set to Kris Zyp |
comment:2 Changed 7 years ago by
Milestone: | tbd → 1.11 |
---|---|
Owner: | changed from Kris Zyp to someguy |
Status: | new → pending |
comment:3 Changed 6 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Is this still an issue with dstore? http://dstorejs.io/