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

feat(#21): saved message structure #118

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Jun 29, 2024

  1. feat(#21): saved message structure

    - initial version that will save a message if there is no proper connection to the remote site
    - client/app has to return 'true' in order for the system to know the message has been saved successfully.
    - client/app can use what ever tool they want to save the stringify message
    - when they notice a reconnect event, they should now take their messages (from disk, etc.) and re-send them.
    - The remote side should still honor their original data structure, including when the message originally was generated
    
    [skip ci]
    Bugs5382 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    46fdd83 View commit details
    Browse the repository at this point in the history