mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Merge branch 'development' into JTAChanges
# Conflicts: # essentials-framework
This commit is contained in:
commit
a6df8f908b
1 changed files with 5 additions and 0 deletions
|
|
@ -450,6 +450,11 @@ namespace PepperDash.Essentials
|
|||
/// <param name="content"></param>
|
||||
void HandleHeartBeat(JToken content)
|
||||
{
|
||||
SendMessageToServer(JObject.FromObject(new
|
||||
{
|
||||
type = "/heartbeat-ack"
|
||||
}));
|
||||
|
||||
var code = content["userCode"];
|
||||
if(code != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue