realm-kotlin icon indicating copy to clipboard operation
realm-kotlin copied to clipboard

Use deamon thread for analytics

Open cmelchior opened this issue 2 years ago • 0 comments

Fallout from https://github.com/realm/realm-kotlin/pull/669/files#r817459933

Instead of using an Executor with a normal thread for analytics. We should instead use a daemon thread. Even though the timeout for sending data is pretty low, we should not block user builds for this, which might happen in cases where the network is slow or non-existing.

cmelchior avatar Mar 02 '22 10:03 cmelchior