receiveTimeout property
Receive timeout duration.
If no data is received within this duration after the connection is established, an AdapterException with type AdapterExceptionType.receiveTimeout will be thrown.
Implementation
final Duration? receiveTimeout;