mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 10:38:16 +00:00
fix: add missing Crestron.SimplSharp.CrestronSockets using for SocketStatus in GenericUdpClient
Agent-Logs-Url: https://github.com/PepperDash/Essentials/sessions/3662f088-0aba-4d55-a431-00383640d460 Co-authored-by: jonnyarndt <21110580+jonnyarndt@users.noreply.github.com>
This commit is contained in:
parent
c713743f13
commit
10b51a093a
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ using System.Text;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Crestron.SimplSharp;
|
using Crestron.SimplSharp;
|
||||||
|
using Crestron.SimplSharp.CrestronSockets;
|
||||||
using ThreadingTimeout = System.Threading.Timeout;
|
using ThreadingTimeout = System.Threading.Timeout;
|
||||||
using NetSocketException = System.Net.Sockets.SocketException;
|
using NetSocketException = System.Net.Sockets.SocketException;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue