Countly / countly-sdk-unity

Countly Product Analytics Unity SDK
https://count.ly/mobile-analytics
MIT License
42 stars 30 forks source link

Fixing Session Timer Issues & Test Refactor #219

Closed AliRKat closed 1 month ago

AliRKat commented 2 months ago

Unification for Test [SetUp] and [TearDown] methods Added an internal call to stop the session extension.

AliRKat commented 2 months ago

Solve [Dao] Save/GenerateNewId errors to prevent printing error logs

AliRKat commented 1 month ago

sadly our more simplistic idea for nulling the timer and checking it wasn't enough. I checked Countly.cs again and it ends the session if application pauses, which seemed only relevant and least problematic solution at this moment