cleanup internal structures as soon as the controller is disconnected

This commit is contained in:
Sven Czarnian
2021-12-09 12:29:24 +01:00
parent b88d2aabda
commit ef91a3badd
2 changed files with 18 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ namespace aman {
std::map<std::string, Inbound> m_inbounds;
std::list<std::string> m_forcedToBackendCallsigns;
bool m_compatible;
bool m_connectedToNetwork;
bool m_sweatboxValid;
bool m_playbackValid;