Skip to content

Commit 6bdca7b

Browse files
committed
Fixes #4
1 parent 5c7b583 commit 6bdca7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/sACNKit/sACNSource.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ final public class sACNSource {
454454
/// Stops this source's data transmission.
455455
private func stopDataTransmit() {
456456
Self.queue.sync(flags: .barrier) {
457+
self.shouldResume = false
457458
self.shouldTerminate = true
458459
self.universes.forEach { $0.terminate(remove: false) }
459460
}

0 commit comments

Comments
 (0)