mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-13 12:36:38 +00:00
Fixed undesirable auto-reconnect behavior when manually disconnecting
This commit is contained in:
parent
c1e60134cc
commit
71d1b43fc9
8 changed files with 85 additions and 13 deletions
18
Pepperdash Core/Pepperdash Core/Network/DiscoveryThings.cs
Normal file
18
Pepperdash Core/Pepperdash Core/Network/DiscoveryThings.cs
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using Crestron.SimplSharp;
|
||||
|
||||
namespace PepperDash.Core
|
||||
{
|
||||
|
||||
public static class NetworkComm
|
||||
{
|
||||
|
||||
static NetworkComm()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue