Open jbeemster opened 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.
For OSX this will need to be done inside the utils_osx.mm.
utils_osx.mm
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.