Closed lxndrdagreat closed 3 years ago
First stage of this is complete. On app launch, a "hearbeat" SocketClient
attempt to connect to the server (it closes immediately after success). On failure, the home page changes to a "service unavailable" message.
Next step is to show connection issues while in the Display or Admin views.
For now, this is as good as it can be. Might need to rethink some things with how sockets interact with the redux store.
When socket closes (without a reason given), let user know.