Auto-select web server port (for Ubuntu); --port option for PiPedalConfig
This commit is contained in:
@@ -44,7 +44,7 @@ void Lv2PluginChangeMonitor::Shutdown()
|
||||
{
|
||||
terminateThread = true;
|
||||
uint64_t val = 1;
|
||||
write(shutdown_eventfd,(void*)&val, sizeof(val));
|
||||
auto _ = write(shutdown_eventfd,(void*)&val, sizeof(val));
|
||||
monitorThread->join();
|
||||
monitorThread = nullptr;
|
||||
close(shutdown_eventfd);
|
||||
|
||||
Reference in New Issue
Block a user