fix: don't use same websocket connection for multiple accounts (#6348)

This commit is contained in:
pajlada
2025-08-10 11:57:14 +02:00
committed by GitHub
parent 1c9090d350
commit 4b6ba68489
12 changed files with 180 additions and 16 deletions
@@ -471,6 +471,8 @@ CommandController::CommandController(const Paths &paths)
this->registerCommand("/debug-invalidate-buffers",
&commands::invalidateBuffers);
this->registerCommand("/debug-eventsub", &commands::eventsub);
this->registerCommand("/debug-test", &commands::debugTest);
this->registerCommand("/shield", &commands::shieldModeOn);