aptabase-swift icon indicating copy to clipboard operation
aptabase-swift copied to clipboard

Removed semaphore.wait() and introduced a timer pause boolean.

Open Claeysson opened this issue 4 months ago • 1 comments

Potential fix for app hang caused by flushSync() in aptabaseClient.swift.

Removed semaphore.wait() and added a variable to pause the timer execution if flush isn't done executing.

closes #18

Claeysson avatar Feb 29 '24 09:02 Claeysson