Skip to content

Commit

Permalink
Bump v0.0.30
Browse files Browse the repository at this point in the history
Try fix  Timeout bug
  • Loading branch information
patrick-dmxc committed Jun 4, 2024
1 parent de95d35 commit 6012691
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ArtNetSharp/ArtNetSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>0.0.29</Version>
<Version>0.0.30</Version>
<RepositoryUrl>https://github.com/DMXControl/ArtNetSharp</RepositoryUrl>
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>
<PackageTags>RDM; ArtNet; E1.20; E1.33; E1.37-1; E1.37-2; E1.37-7</PackageTags>
Expand Down
3 changes: 2 additions & 1 deletion ArtNetSharp/Communication/RemoteClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,11 @@ public void processArtPollReply(ArtPollReply artPollReply)
if (artPollReply.BindIndex <= 1)
Root = artPollReply;

seen();

if (artPollReply.Ports == 0)
return;

seen();
List<Task> tasks = new List<Task>();
try
{
Expand Down

0 comments on commit 6012691

Please # to comment.