Skip to content

chore(transport): pass the call timeout as an argument - #1

Closed
dcrousso wants to merge 1 commit into
roll-1.62.0from
timeout-argument
Closed

chore(transport): pass the call timeout as an argument#1
dcrousso wants to merge 1 commit into
roll-1.62.0from
timeout-argument

Conversation

@dcrousso

Copy link
Copy Markdown
Owner

Stacks on microsoft#3338.

Passes the call timeout as a separate SendMessageToServerAsync argument instead of extracting a timeout entry from the params dictionary.

This matches the Java and JavaScript clients and avoids claiming any future protocol field named timeout.

Retarget this to main after the roll merges.

`InnerSendMessageToServerAsync` picked the call timeout out of the parameters by name, which silently claims any future protocol parameter that happens to be called `timeout`.

thread it through `SendMessageToServerAsync` as its own argument instead, matching the `playwright` and `playwright-java` clients.
@dcrousso dcrousso closed this Jul 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant