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

[stable28] Fix reconnecting websocket polyfill and error propagation during push #6204

Merged
merged 5 commits into from
Aug 28, 2024

Commits on Aug 28, 2024

  1. fix: Track push errors and do not reset error state if push fails but…

    … sync passes
    
    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl authored and mejo- committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5af8b0c View commit details
    Browse the repository at this point in the history
  2. fix: Do not reset read only state if sync errors occurred

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl authored and mejo- committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    745c9d7 View commit details
    Browse the repository at this point in the history
  3. fix: emit onerror for websocket and reopen connection on reconnect at…

    …tempts of y-websocket
    
    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl authored and mejo- committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8fd8e7d View commit details
    Browse the repository at this point in the history
  4. fix: Emit error if push fails in other unhandled cases

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl authored and mejo- committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    00645a2 View commit details
    Browse the repository at this point in the history
  5. fix: Ensure WebsocketPolyfill always has the latest session state and…

    … version
    
    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl authored and mejo- committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    78f1461 View commit details
    Browse the repository at this point in the history