By this patch, the viewer will be closed at early and after returned any error.
Change-Id: I8f519155209f3546763b3fde68204de0617e103c
wauthn_error_e result,
void *data)
{
+ CloseQR();
auto *testContents = static_cast<TestContents *>(data);
std::lock_guard<std::mutex> ulock(testContents->mutex);
testContents->updateMCRet = result;
wauthn_error_e result,
void *data)
{
+ CloseQR();
auto *testContents = static_cast<TestContents *>(data);
std::lock_guard<std::mutex> ulock(testContents->mutex);
testContents->updateGARet = result;
}
}
-
- CloseQR();
-
std::cout << "START: Get Assertion" << std::endl;
wauthn_pubkey_cred_request_options_s gaOptions;
wauthn_ga_callbacks_s gaCallbacks;
}
}
- CloseQR();
-
timeCount = 180;
std::cout << "Waiting maximum 3 minutes for UpdateLinkedData CBs.." << std::endl;
keepCheck = true;