snowplow / snowplow/snowplow-cpp-tracker
Add ability to check if device has internet connectivity
Open
@jbeemster is already working on this.
Since Jun 23, 2016.
priority:low
type:enhancement
- Dominant language
- C++
- Stars
- 9
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
For emitting events it is super useful to be able to back-off and stop if the device is offline. This prevents us from constantly attempting to open connections that will fail and prevents churning of the database.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.