maxConnectionTimeout property

  1. @Deprecated('Use SyncTimeoutOptions.connectTimeout')
Duration maxConnectionTimeout
final

The maximum duration to allow for a connection to become fully established. This includes the time to resolve the network address, the TCP connect operation, the SSL handshake, and the WebSocket handshake. Defaults to 2 minutes.

Implementation

@Deprecated('Use SyncTimeoutOptions.connectTimeout')
final Duration maxConnectionTimeout;