1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-29 08:40:40 +02:00

* Don't try to process PING/PONG messages.

This commit is contained in:
Christian Muehlhaeuser
2010-11-25 05:08:32 +01:00
parent ec7995dc42
commit 9283c91580

View File

@@ -182,10 +182,12 @@ ControlConnection::handleMsg( msg_ptr msg )
{
qDebug() << "Received Connection PING, sending PONG.";
sendMsg( Msg::factory( QByteArray(), Msg::PONG ) );
return;
}
else if ( msg->is( Msg::PONG ) )
{
qDebug() << "Received Connection PONG, nice.";
return;
}
// All control connection msgs are JSON