snowplow / snowplow-cpp-tracker

Snowplow event tracker for C++. Add analytics to your C++ applications, games and servers
http://snowplowanalytics.com
Apache License 2.0
9 stars 6 forks source link

Add ability to check if device has internet connectivity #6

Open jbeemster opened 8 years ago

jbeemster commented 8 years ago

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.

jbeemster commented 8 years ago

For OSX this will need to be done inside the utils_osx.mm.