Skip to content

Timeout

timeout(timeInMsec): PollStrategy

Defined in: packages/agent/src/polling/strategy.ts:89

Reject a call after a certain amount of time.

number

Time in milliseconds before the polling should be rejected.

PollStrategy