mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
change comment for AC readyRead connect
This commit is contained in:
parent
0f71e93c7f
commit
b080dfc1cf
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ void AssignmentClient::assignmentCompleted() {
|
|||
|
||||
auto nodeList = DependencyManager::get<NodeList>();
|
||||
|
||||
// have us handle incoming NodeList datagrams again
|
||||
// have us handle incoming NodeList datagrams again, and make sure our ThreadedAssignment isn't handling them
|
||||
disconnect(&nodeList->getNodeSocket(), 0, _currentAssignment, 0);
|
||||
connect(&nodeList->getNodeSocket(), &QUdpSocket::readyRead, this, &AssignmentClient::readPendingDatagrams);
|
||||
|
||||
|
|
Loading…
Reference in a new issue