mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 05:29:41 +01:00
fix(UDPHandler): data race #3613; clean up all Net tsan warnings
This commit is contained in:
@@ -61,7 +61,7 @@ private:
|
||||
Poco::Net::NetworkInterface _if;
|
||||
Poco::Thread _thread;
|
||||
Poco::Event _ready;
|
||||
bool _stop;
|
||||
std::atomic<bool> _stop;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user