maxConnectionTime property
The maximum amount of time the websocket can be opened. The communicator will disconnect before this time elapses and reconnect to the server if it is still active.
Implementation
final Duration maxConnectionTime;
The maximum amount of time the websocket can be opened. The communicator will disconnect before this time elapses and reconnect to the server if it is still active.
final Duration maxConnectionTime;