Skip to content

Commit

Permalink
Outcommented "keepalive" option in asyncio_mqtt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes.Hennecke committed Jan 3, 2024
1 parent 74c5825 commit e38300b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqtt_io/mqtt/asyncio_mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __init__(self, options: MQTTClientOptions):
username=options.username,
password=options.password,
client_id=options.client_id,
keepalive=options.keepalive,
#keepalive=options.keepalive,
tls_context=tls_context,
protocol=protocol_map[options.protocol],
will=will,
Expand Down

0 comments on commit e38300b

Please sign in to comment.