manageStreamLifecycle

Process-wide control for automatic stream-lifecycle management. When true (the default), the first Client created registers a androidx.lifecycle.ProcessLifecycleOwner observer that parks the shared streaming wire while the app is backgrounded and revives it on foreground. The streaming wire is shared across every client in the process, so this is a process-global setting, not per-client: set it to false before creating your first client to opt out (e.g. to manage the lifecycle yourself).