Skip to content

Commit

Permalink
temp removal until I find a better example
Browse files Browse the repository at this point in the history
  • Loading branch information
ionutab committed Jul 11, 2024
1 parent 2e638ec commit 2aa91be
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/mqtt_ex.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ class MyUser(MqttUser):
# 10-100 messages per second.
wait_time = between(0.01, 0.1)

# you can pass the desired MQTT protocol version from the initializer
# useful if you need to use MQTTv5
def __init__(self, *args, **kwargs):
super().__init__(*args, protocol=MQTTv311, **kwargs)

@task
class MyTasks(TaskSet):
# Sleep for a while to allow the client time to connect.
Expand Down

0 comments on commit 2aa91be

Please sign in to comment.