mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Reordered error downgrading, order of going offline, and renamed locks
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
||||
eventsLock.unlock();
|
||||
runCallbacks(event);
|
||||
} else {
|
||||
std::lock_guard<std::mutex> lk(errorsMutex);
|
||||
std::lock_guard<std::mutex> errorsLock(errorsMutex);
|
||||
add_internal_error(event);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user