Skip to content

Commit

Permalink
Merge branch 'main' into connection_methods
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g authored Jan 25, 2024
2 parents 28eecfd + 4b69090 commit c4fe960
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion awsiot/mqtt5_client_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
between the point at which the client finishes transmitting one MQTT packet and the point it starts
sending the next. The client will use PINGREQ packets to maintain this property. If the responding
CONNACK contains a keep alive property value, then that is the negotiated keep alive value. Otherwise,
the keep alive sent by the client is the negotiated value.
the keep alive sent by the client is the negotiated value. keep_alive_interval_sec must be set to at
least 1 second greater than ping_timeout_ms (default 30,000 ms) or it will fail validation.
**username** (`str`): Username to connect with.
Expand Down

0 comments on commit c4fe960

Please sign in to comment.