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
Connection details are anonymous and their order is unspecified. They are a
302
+
point-in-time explanation of the current min-wins result, not an event stream;
303
+
polling stats cannot order geometry changes relative to attached-session DATA.
304
+
`lastRequestSequence` is a daemon-local counter for the writable connection's
305
+
most recent attach or resize request, not a connection identity or timestamp.
306
+
Older daemons omit `connections`; the aggregate counts remain authoritative and
307
+
must not be reconstructed as an empty connection list. The daemon does not
308
+
retain a durable client identity; socket and packet-parser state are transport
309
+
internals and are not exposed.
310
+
283
311
## Session Interaction (CLI-oriented)
284
312
285
313
These functions use `process.stdin`/`process.stdout` directly and may call `process.exit()`. They are re-exported for tools that want CLI-like behavior.
0 commit comments