Send "/thump" at 5 sec intervals to keep alive

This commit is contained in:
2019-04-18 09:50:06 -05:00
parent a5cb56762d
commit 7ce4ae4073
10 changed files with 36 additions and 106 deletions
@@ -72,6 +72,8 @@ namespace qController
ParseWorkspaceInfo(msg);
else if (msg.Address.Contains("playbackPosition"))
ParsePositionUpdateInfo(msg);
else if (msg.Address.Contains("thump"))
Console.WriteLine("Heartbeat Received");
else
{
Console.WriteLine("Unknown message type");