debug the late connect case

This commit is contained in:
Brad Hefta-Gaub 2015-11-17 14:47:59 -08:00
parent d8a3927311
commit 3efbcb7062

View file

@ -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;
}
}