pingInterval property
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;
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.
final Duration pingInterval;