CHG: deleted some unused while loop
This commit is contained in:
@@ -73,9 +73,9 @@ void InternalUDPListener::start()
|
|||||||
{
|
{
|
||||||
stoplistening_ = false;
|
stoplistening_ = false;
|
||||||
listeningThread = std::thread(&InternalUDPListener::listen,this);
|
listeningThread = std::thread(&InternalUDPListener::listen,this);
|
||||||
while (listening_ != true)
|
// while (listening_ != true)
|
||||||
{
|
// {
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user