pingInterval property

Duration pingInterval
final

WebSocket ping interval used to detect a silently-dropped Hub connection. If a ping goes unanswered within this interval the socket closes, which drives reconnection.

Implementation

final Duration pingInterval;