connectionAckWaitTimeout property

Duration connectionAckWaitTimeout
final

The amount of time for which the client will wait for ConnectionAck message.

Set the value to Infinity, '', 0, null or undefined to skip waiting.

If the wait timeout has passed and the server has not responded with ConnectionAck message, the client will terminate the socket by dispatching a close event 4418: Connection acknowledgement timeout

@default Duration.zero

Implementation

final Duration connectionAckWaitTimeout;