inactivityTimeout property

Duration? inactivityTimeout
final

The duration after which the connection is considered unstable, because no keep alive message was received from the server in the given time-frame. The connection to the server will be closed. If the value is null this is ignored, By default this is null.

Implementation

final Duration? inactivityTimeout;