mirror of
https://github.com/openharmony/multimedia_drm_framework.git
synced 2026-07-19 17:13:35 -04:00
@@ -32,11 +32,11 @@ static constexpr int32_t RETRY_INTERVAL_S = 1;
|
||||
|
||||
DrmNetObserver::~DrmNetObserver()
|
||||
{
|
||||
stopRequested_ = true;
|
||||
StopObserver();
|
||||
if (startFuture_.valid()) {
|
||||
startFuture_.wait();
|
||||
}
|
||||
stopRequested_ = true;
|
||||
StopObserver();
|
||||
}
|
||||
|
||||
void DrmNetObserver::StartObserver()
|
||||
|
||||
Reference in New Issue
Block a user