From 1b6a828b1cdcda2854097b2d5788ee1d48f9dff9 Mon Sep 17 00:00:00 2001 From: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com> Date: Wed, 17 Apr 2024 21:13:02 -0400 Subject: [PATCH] Close session when unpairing all clients https://github.com/LizardByte/Sunshine/pull/2042#pullrequestreview-2007534088 --- src/confighttp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/confighttp.cpp b/src/confighttp.cpp index 4ef0af75f6f..a237c1fc3a7 100644 --- a/src/confighttp.cpp +++ b/src/confighttp.cpp @@ -718,6 +718,7 @@ namespace confighttp { response->write(data.str()); }); nvhttp::erase_all_clients(); + proc::proc.terminate(); outputTree.put("status", true); }