Open ntlhui opened 1 month ago
Seems like DataUpload lastConnectTime (type of system_tick_t) has no uses outside of dataUpload.hpp. Should I remove it?
Seems like DataUpload lastConnectTime (type of system_tick_t) has no uses outside of dataUpload.hpp. Should I remove it?
lastConnectTime
is likely a remnant or incomplete implementation of rate limiting calls to Particle.connect
- previously, we could not do more than 1 call per second to Particle.connect
. Leave this in place for now, we need to investigate whether the rate limiting is still a concern.
ed2263e1fbb0b66328a2df6ef0a8531383ddd825