Mrntt:lifetime: if no devs attach, fail initializeCReq

This commit is contained in:
2026-05-25 08:50:25 -04:00
parent baa9b7b499
commit b5fa20a2b8
3 changed files with 7 additions and 1 deletions
+2
View File
@@ -64,6 +64,8 @@ private:
public:
std::exception_ptr initializeLifetimeExceptionPtr;
std::exception_ptr finalizeLifetimeExceptionPtr;
/** Set true only when initializeCReq completes without failure. */
bool initializeLifetimeSucceeded = false;
};
extern std::shared_ptr<sscl::PuppeteerThread> thread;