Skip to content

Instantly share code, notes, and snippets.

@lachenmayer
Created February 7, 2018 17:14
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lachenmayer/2e364a5ca9ae0918eb032867d0c6720d to your computer and use it in GitHub Desktop.
Save lachenmayer/2e364a5ca9ae0918eb032867d0c6720d to your computer and use it in GitHub Desktop.
Sketch of an implementation for a possible apollo-link-offline module with similar behavior to apollo-offline.
@bamne123
Copy link

bamne123 commented Jun 19, 2018

Thank you for sharing code.
I am working on Chat app, where I would like to Cache the messages in sequence when I am offline, and retry them in same sequence.
Currently it retry in Random sequence.
Can you suggest where I can make changes for the same?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment