Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Add Class Variable Declaration for _backoff_at_millis #154

Merged
merged 1 commit into from
Apr 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/CloudIoTCoreMqtt.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class CloudIoTCoreMqtt {
int __minbackoff__ = 1000; // minimum backoff, ms
int __max_backoff__ = 60000; // maximum backoff, ms
int __jitter__ = 500; // max random jitter, ms
int _backoff_at_millis; // time to wait from program execution before mqtt client connection creation
unsigned long iat = 0; // "Issued At Time" time parameter for jwt
boolean logConnect = true;
boolean useLts = false;
Expand Down