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
289
+
point-in-time explanation of the current min-wins result, not an event stream;
290
+
polling stats cannot order geometry changes relative to attached-session DATA.
291
+
`lastRequestSequence` is a daemon-local counter for the writable connection's
292
+
most recent attach or resize request, not a connection identity or timestamp.
293
+
The daemon does not retain a durable client identity; socket and packet-parser
294
+
state are transport internals and are not exposed.
295
+
270
296
## Session Interaction (CLI-oriented)
271
297
272
298
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