eventKeepAlive property

Duration eventKeepAlive
final

How often an idle event stream sends a keep-alive comment.

It is not only an idle-timeout defence against a proxy in front of the Hub: a write is the only way a vanished client is ever noticed, so this is also how long a dead subscriber lingers.

Implementation

final Duration eventKeepAlive;