Skip to content

Add watchdog for websocket communication #20

Open
@urs-of-the-backwoods

Description

@urs-of-the-backwoods

Currently upon loading of the landing page of the GUI, the websocket communication between Browser and Haskell backend is initiated. This websocket connection is never closed and more seriously it is never health checked. At least the following health checks should be implemented to achieve a more production ready system:

  • what is happening if another page opens in another window
  • what is happening if websocket connection is lost, should we have a re-connect mechanism and a user notification (currently web page is non-responsive after that)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions