stop server

This commit is contained in:
2025-09-20 20:55:54 -05:00
parent 5cfa87df5d
commit bee018a563

View File

@@ -999,6 +999,7 @@ void ui_server::stop() {
stop_requested = true;
notify_and_unlock(nonce_lock);
server_.stop();
nonce_thread_->join();
nonce_lock.lock();