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:
copilot-swe-agent[bot] 2026-05-14 02:31:06 +00:00 committed by GitHub
parent c713743f13
commit 10b51a093a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@ using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Crestron.SimplSharp;
using Crestron.SimplSharp.CrestronSockets;
using ThreadingTimeout = System.Threading.Timeout;
using NetSocketException = System.Net.Sockets.SocketException;