diff --git a/PepperDashEssentials/Room/Cotija/CotijaSystemController.cs b/PepperDashEssentials/Room/Cotija/CotijaSystemController.cs index 7141a577..ab06a774 100644 --- a/PepperDashEssentials/Room/Cotija/CotijaSystemController.cs +++ b/PepperDashEssentials/Room/Cotija/CotijaSystemController.cs @@ -450,6 +450,11 @@ namespace PepperDash.Essentials /// void HandleHeartBeat(JToken content) { + SendMessageToServer(JObject.FromObject(new + { + type = "/heartbeat-ack" + })); + var code = content["userCode"]; if(code != null) {