Skip to content

client websocket doesn't reconnect if server restarts #7

Description

@rcmiller

If:

  • user opens Gitstream in their browser (making the websocket connection)
  • server throws an exception
  • forever restarts the server
    then the user no longer has an active websocket connection, so ./go.sh won't have any effect on the browser state.

Need to automatically reconnect if the server restarts, e.g. using cswac's techniques.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions