clean web server shutdown.

This commit is contained in:
Robin Davies
2024-09-27 10:56:17 -04:00
parent 60d6d7eb98
commit b9d27c2c1a
4 changed files with 81 additions and 11 deletions
+1
View File
@@ -339,6 +339,7 @@ int main(int argc, char *argv[])
}
Lv2Log::info("Closing audio session.");
server->StopListening(); // prevents premature reconnect attempts while we're shutting down clients in an orderly manner.
model.Close();
Lv2Log::info("Stopping web server.");