Group of 4 Under the hood
No documentation found
Sessions can now connect in a controlOnly mode that subscribes to control messages without the full event stream
What
- Sessions and their control/event channel gained a
controlOnlymode, threaded through from session-open callers down to the low-level session-open call (defaulting to unset/false). SessionsV2Clientappendscontrol_only=1to the session events stream URL when configured withcontrolOnly, letting a connection subscribe to control messages only, without the full event stream.- When a session is opened via attach, the emitted "opened" payload conditionally includes
controlOnly: true.
Why
This lets a client connect to a session just to receive control messages, without also receiving the full event stream, which is more efficient when only control signaling is needed.
Names in the bundlecontrol_only=1