fix: don't use same websocket connection for multiple accounts (#6348)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user