Commit 44c7bae
HCL
docs(imessage): warn that cliPath wrappers must stream JSON-RPC stdio (#84330)
A custom `cliPath` wrapper or SSH proxy in front of `imsg` must behave
like a transparent stdio pipe for long-lived JSON-RPC: small newline-
framed messages can sit indefinitely if the wrapper buffers stdin
until EOF or a large block fills. The visible symptom is
`imsg rpc timeout (chats.list)` or repeated channel restarts even
though `imsg rpc` is healthy.
Add a <Warning> block in the 'Remote Mac over SSH' Tab listing the
six interoperability requirements the issue calls out, and note that
filter pipelines like `ssh host imsg | grep ...` need `stdbuf -oL`
on every stage to stay safe.1 parent 48acdd3 commit 44c7bae
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
121 | 133 | | |
122 | 134 | | |
123 | 135 | | |
| |||
0 commit comments