Skip to content

manager: continue if a client exits during EndSession signal

I have implemented session manager communication for Java Eclipse SWT.

However, when application exits with System.exit(), EndSessionResponse is never sent and the session manager gets stuck until timeout (90 seconds) hits.

Exiting during QueryEndSession was already supported, so I also added support for EndSession phase.

Merge request reports