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

Cookie is < than last snapshot cookie #157

Open
elledienne opened this issue Sep 11, 2023 · 2 comments
Open

Cookie is < than last snapshot cookie #157

elledienne opened this issue Sep 11, 2023 · 2 comments

Comments

@elledienne
Copy link

I am testing Replier as I am quite interested in how Replicache works - when actively used, Replier works incredibly well, it's fast and reliable.
I have noticed though, that after some inactivity (hours) which include the laptop going on standby etc, if I trigger any mutation from one of the browsers in which I run Replier, the other instances do not update with the following error:

image

Is this a Replier issue or a Replicache one?

@aboodman
Copy link
Contributor

aboodman commented Sep 11, 2023 via email

@elledienne
Copy link
Author

@aboodman I believe the socket connection is ok as in the logs I see Pusher : : ["Event recd",{"event":"poke","channel":"default","data":{}}] followed by a pull which returns the following

{
    "lastMutationIDChanges": {},
    "cookie": {"version":20,"partialSync":"PARTIAL_SYNC_COMPLETE","order":275},
    "patch": [{
            "op": "put",
            "key": "issue/24329-0",
            "value": {"title":"Bug: tsconfig file keep being reset while excuting running start","priority":"URGENT","status":"CANCELED","modified":1694502994934,"created":1649565127000,"creator":"CaptainJon","kanbanOrder":"a1","id":"24329-0"}
          }]
  }

Which based on my understanding it means the changes are successfully pulled. The UI though, does not update. A refresh does indeed fix the issue.

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