-
Notifications
You must be signed in to change notification settings - Fork 25
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
reg-query-sub registered subscription is not returning latest value #41
Comments
note also that i am using a listener to write the data to local storage:
and local storage itself contains the correct value. |
Hello @jleonard-r7 . Thank you for reporting this. I'll have a look |
Here is a minimal repro: Just cd into that example and run: and then in the browser that appears, click the "Click Me" button. |
Thank you @jleonard-r7 . Will check this out |
Hello @jleonard-r7 . I've checked the example and indeed, it works not as expected. So-far
Thank you for the reporting and provided repo! |
Would you mind briefly mentioning the planned fix for this and whether it would also address #47 ? I'm beginning to hit these caching issues all across my codebase to the point that re-posh is not really usable in it current state (and that's after introducing a top-level :root object as a workaround to this, #41, the first caching issue I discovered). If you could briefly tell me the planned fix, I could carry it out myself. Otherwise, I will unfortunately probably have to refrain from using re-posh for the time being. Many thanks in advance for any guidance you can offer. |
from REPL (after a change in the UI from 24h to 1w):
sub is defined as:
and the event which sets the new value is defined as:
The text was updated successfully, but these errors were encountered: