Skip to content

Commit

Permalink
chore(IoT): Updating keepAliveTimeInterval attribute comment (aws-amp…
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaland authored Apr 9, 2024
1 parent b3236af commit 94eeb73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AWSIoT/AWSIoTDataManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ NS_ASSUME_NONNULL_BEGIN
@property(nonatomic, assign, readonly) NSTimeInterval maximumReconnectTimeInterval;

/**
The MQTT keep-alive time in seconds. Default value: 60s seconds.
The MQTT keep-alive time in seconds. Default value: 300 seconds.
*/
@property(nonatomic, assign, readonly) NSTimeInterval keepAliveTimeInterval;

Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Unreleased

-Features for next release
### Misc. Updates
- **AWSIoT**
- Updating `AWSIoTMQTTConfiguration.keepAliveTimeInterval`'s default value in its attribute comment.

## 2.35.0

Expand Down

0 comments on commit 94eeb73

Please sign in to comment.