From 60126912d59585082417201e45d1565f8c0dc033 Mon Sep 17 00:00:00 2001 From: Patrick Grote Date: Tue, 4 Jun 2024 15:24:38 +0200 Subject: [PATCH] Bump v0.0.30 Try fix Timeout bug --- ArtNetSharp/ArtNetSharp.csproj | 2 +- ArtNetSharp/Communication/RemoteClient.cs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ArtNetSharp/ArtNetSharp.csproj b/ArtNetSharp/ArtNetSharp.csproj index 7d9c985..6de38d0 100644 --- a/ArtNetSharp/ArtNetSharp.csproj +++ b/ArtNetSharp/ArtNetSharp.csproj @@ -2,7 +2,7 @@ netstandard2.0;net6.0;net7.0;net8.0 LICENSE - 0.0.29 + 0.0.30 https://github.com/DMXControl/ArtNetSharp $(RepositoryUrl) RDM; ArtNet; E1.20; E1.33; E1.37-1; E1.37-2; E1.37-7 diff --git a/ArtNetSharp/Communication/RemoteClient.cs b/ArtNetSharp/Communication/RemoteClient.cs index 0bef00b..09d3be4 100644 --- a/ArtNetSharp/Communication/RemoteClient.cs +++ b/ArtNetSharp/Communication/RemoteClient.cs @@ -302,10 +302,11 @@ public void processArtPollReply(ArtPollReply artPollReply) if (artPollReply.BindIndex <= 1) Root = artPollReply; + seen(); + if (artPollReply.Ports == 0) return; - seen(); List tasks = new List(); try {