mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 05:17:24 +02:00
debug the late connect case
This commit is contained in:
parent
d8a3927311
commit
3efbcb7062
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ void MessagesClient::subscribe(const QString& channel) {
|
||||||
auto packetList = NLPacketList::create(PacketType::MessagesSubscribe, QByteArray(), true, true);
|
auto packetList = NLPacketList::create(PacketType::MessagesSubscribe, QByteArray(), true, true);
|
||||||
packetList->write(channel.toUtf8());
|
packetList->write(channel.toUtf8());
|
||||||
nodeList->sendPacketList(std::move(packetList), *messagesMixer);
|
nodeList->sendPacketList(std::move(packetList), *messagesMixer);
|
||||||
|
qDebug() << "sending MessagesSubscribe for channel:" << channel;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue