Skip to content

Close session server on graceful shutdown

Steve Xuereb requested to merge graceful-shotdown-of-session-server into master

What does this MR do?

Close session server on graceful shutdown

Why was this MR needed?

The session server is only closed on handleForcefulShutdown is called, and it's not closed at all when handleGracefulShutdown (SIGQUIT) is called, which can lead to leaking resources and not cleaning up properly.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

Merge request reports