websockets: shutdown UI event loop is server cannot start
This commit is contained in:
parent
e6febe040a
commit
230ef7596f
@ -112,6 +112,7 @@ ArdourWebsockets::start ()
|
||||
it != _components.end (); ++it) {
|
||||
int rc = (*it)->start ();
|
||||
if (rc != 0) {
|
||||
BaseUI::quit ();
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user