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

Add watchdog for websocket communication #20

Open
urs-of-the-backwoods opened this issue Aug 5, 2013 · 0 comments
Open

Add watchdog for websocket communication #20

urs-of-the-backwoods opened this issue Aug 5, 2013 · 0 comments

Comments

@urs-of-the-backwoods
Copy link
Contributor

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant