Commit 496ed7d
Allow tcpConnectionToken when cliUrl is set (Node + Go)
CliUrl/CLIUrl always implies TCP mode (it overrides useStdio/UseStdio
internally), so rejecting the token when useStdio: true is set should
only fire when no cliUrl is provided. Brings Node and Go in line with
the .NET behavior.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 203f7b6 commit 496ed7d
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
175 | | - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
| 334 | + | |
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
| |||
0 commit comments