Commit 3eda99a
fix: copy SessionIdleTimeoutSeconds unconditionally in Go NewClient()
The option was only copied when > 0, which silently normalized negative
inputs. Other SDKs preserve the caller's value and gate only at spawn
time. Align Go to match.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent eb496ba commit 3eda99a
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
222 | | - | |
223 | | - | |
| 221 | + | |
224 | 222 | | |
225 | 223 | | |
226 | 224 | | |
| |||
0 commit comments