keepAliveInterval property

Duration keepAliveInterval
final

After a duration of keepAliveInterval (in milliseconds), if the server doesn't see any activity, it pings the client to see if the transport is still alive.

Implementation

final Duration keepAliveInterval;