You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
ed2263e
The text was updated successfully, but these errors were encountered: