Concept Flow - Subscription lifecycle
Client subscribes
Server registers subscription
Server listens for events
Event occurs
Server sends data update
Client receives update
Client may unsubscribe
Server cleans up subscription
This flow shows how a client starts a subscription, the server listens and sends updates, and how the subscription ends.