mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
fixed various bugs (see SF tracker)
This commit is contained in:
@@ -115,7 +115,10 @@ void AsyncChannel::close()
|
||||
{
|
||||
while (!_queue.empty()) Thread::sleep(100);
|
||||
|
||||
do { _queue.wakeUpAll(); }
|
||||
do
|
||||
{
|
||||
_queue.wakeUpAll();
|
||||
}
|
||||
while (!_thread.tryJoin(100));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user