Skip to content

setTimeout(seconds)

OverEasy edited this page Feb 28, 2018 · 1 revision

setTimeout(seconds)

Overide the defaule (3) timeout.

This has no effect on ReadyState and can be issues before or after open. Timeout is implemented completely within asyncHTTPrequest using the millisecond clock and the onPoll callback from ESPAsyncTCP. The lower level Ack and Rx timeouts of ESPAsyncTCP are not used.

Clone this wiki locally