Fixed server

This commit is contained in:
Dmitry Kychanov 2024-10-05 02:47:02 +04:00
parent 98eab49e99
commit b171906162
4 changed files with 32 additions and 4 deletions

View file

@ -208,6 +208,7 @@ public:
void StopDeviceDetection();
void WaitForInitialization();
void WaitForDeviceDetection();
private:
@ -243,6 +244,10 @@ private:
| Auto connection permitting flag |
\*-------------------------------------------------------------------------------------*/
bool apply_post_options;
/*-------------------------------------------------------------------------------------*\
| Initialization completion flag |
\*-------------------------------------------------------------------------------------*/
std::atomic<bool> init_finished;
/*-------------------------------------------------------------------------------------*\
| Profile Manager |