Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-5899

Accelerate heartbeat of vaadin client synchronization request

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 5.3.3
    • 5.3.2
    • bundle
    • None
    • Yes

      UI that are open on the client side send a regular heartbeat to the server to indicate they are still alive, even though there is no ongoing user interaction. When the server does not receive a valid heartbeat for a given UI, it will eventually remove that UI from the session.

      By default, heartbeats are sent every five minutes, and the server closes an UI after three missed heartbeats.

      This is done in the web.xml by setting the heartbeatInterval value

        <context-param>
          <param-name>heartbeatInterval</param-name>
          <param-value>90</param-value>
        </context-param>
      

      https://vaadin.com/book/vaadin7/-/page/application.lifecycle.html

        Acceptance criteria

              ehechinger Eric Hechinger
              ehechinger Eric Hechinger
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoR