Closed
Description
It appears that the very first heartbeat is sent after 15 minutes
, which is the default built-in heartbeat interval, even when a different interval is configured. Every other subsequent heartbeat will respect the configured interval.
SDK version used: 2.10.0
Attached some code that reproduces the issue.
Expected behavior: heartbeats start after the very first minute (as configured)
Actual behavior: heartbeats only start after 15 minutes (default interval)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment