mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +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);
|
||||
packetList->write(channel.toUtf8());
|
||||
nodeList->sendPacketList(std::move(packetList), *messagesMixer);
|
||||
qDebug() << "sending MessagesSubscribe for channel:" << channel;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue