quiet DRD error reports

testget

Complaint is of race between wait and Context cleanup.
shared_ptr<info_t> probably makes this safe, but
no down-side to explicit shutdown.
This commit is contained in:
Michael Davidsaver
2026-05-17 18:18:47 -07:00
parent 781a96e110
commit 485ff0a9da
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -493,7 +493,7 @@ void testErrorManual(ErrorSource::phase_t phase)
struct CancelSource : public server::Source {
const Value proto;
bool cancelled = false;
std::atomic<bool> cancelled{false};
explicit CancelSource()
:proto(nt::NTScalar{}.create())