lazyCloseTimeout property

Duration lazyCloseTimeout
final

How long should the client wait before closing the socket after the last oparation has completed. This is meant to be used in combination with lazy. You might want to have a calmdown time before actually closing the connection. Kinda' like a lazy close "debounce".

@default Duration.zero // close immediately

Implementation

final Duration lazyCloseTimeout;