You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using websocket (ws) protocol is too heavy for this use case (don't need duplex communication). Instead, looking at server sent events (SSE) technique that sits on HTTP. Simplex communications and lighter weight.
DOES:
Current dashboard (1.3.0) uses static HTML to display in browser. Must refresh the browser to view updated information.
SHOULD:
Dashboard should update dynamically (full-duplex) in real-time (or near real-time).
The text was updated successfully, but these errors were encountered: