Skip to content

Commit

Permalink
grrrg
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-dmxc committed May 10, 2024
1 parent 897c572 commit 383d75c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ArtNetSharp/ArtNet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,8 @@ private async void updateNetworkClients()
}
finally
{
updateNetworkSenaphoreSlim?.Release();
if (!(IsDisposed || IsDisposing))
updateNetworkSenaphoreSlim?.Release();
}
}

Expand Down

0 comments on commit 383d75c

Please sign in to comment.