Skip to content

Commit b22809f

Browse files
committed
add back stop
1 parent a05e2fb commit b22809f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Test/Canary/Mqtt5Canary/Mqtt5Canary.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ struct Mqtt5CanaryTestOptions: @unchecked Sendable {
529529

530530
func Mqtt5CanaryOperationDistributionSetup(_ distributionDataSet: inout [Mqtt5CanaryOperation]) {
531531
let operationDistribution = [
532+
(Mqtt5CanaryOperation.STOP, 1),
532533
(Mqtt5CanaryOperation.SUBSCRIBE, 200),
533534
(Mqtt5CanaryOperation.UNSUBSCRIBE, 200),
534535
(Mqtt5CanaryOperation.PUBLISH_QOS0, 200),

0 commit comments

Comments
 (0)