Closed benguild closed 2 weeks ago
@JPToroDev do you know if this is still an issue (or perhaps more of an issue) with your recent changes?
I suspect this issue has more to do with the concurrency coexistence approach than with SyncMonitor
’s @MainActor
status, but I'd need to do some tests to be sure. @benguild If you're still encountering this issue, could you share a small example?
Hmm, seems resolved with the changes— I'll close for now and respond back later if anything comes up. Thanks for your reply back.
Hi, RE: #24, in cases where an app is not entirely using async await, these warnings are appearing when (for example) this is already being initialized statically from the main queue.
There should probably be a way to initialize this outside of the singleton without requiring this configuration.