Skip to content

Commit 44dcf44

Browse files
committed
Fix DMX-Output can't be disabled
1 parent e8a5c46 commit 44dcf44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ArtNetSharp/Communication/AbstractInstance.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,8 @@ private async Task sendAllArtDMX()
556556
const double dmxKeepAliveTime = 800; // Spec 1.4dh page 53
557557
while (!(this.IsDisposing || this.IsDisposed))
558558
{
559+
if (!this.EnabelDmxOutput)
560+
continue;
559561
if (this.IsDeactivated)
560562
continue;
561563

0 commit comments

Comments
 (0)