Skip to content
qt

Developer Experience

Connection Status

Real-time view of the SSE connection that powers automatic query invalidation. The indicator reflects the live state of the EventSource channel — connected, reconnecting, or disconnected.

What to watch for

  • The green dot pulses while the SSE channel is open
  • Add a todo — the event counter increments
  • The todo list glows when an invalidation event is received
  • Uptime resets if the connection is closed and re-opened
View Source

Reconnecting

Attempting to re-establish SSE connection

Connection Stats

Events received
0
Uptime
Connected clients
Total (server)

Connection Details

URL
/api/invalidator/sse?scopeKey=global
Scope
global
Transport
Server-Sent Events (SSE)
Protocol
text/event-stream
Reconnect
Browser-native (automatic)

Generate an Invalidation Event

Adding a todo sends an SSE event — you will see the event counter increment above.

No todos yet.