Runtime warnings for non-main thread access broken? #1243
lukeredpath
started this conversation in
General
Replies: 1 comment
-
We've seen warnings sometimes be delayed a bit, but they still seem to consistently show for us. Could you try in a different project (like maybe even a TCA case study) and see if it happens there too? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've just discovered a bug in our code where our wrapper around the Apple
LinkPresentation
framework was completing an effect (using.future
) on a background thread. This happens quite frequently as we load link previews but even though I can hit a break point on theruntimeWarning
call in the store'sthreadCheck
method, I am not seeing any runtime warnings emitted in Xcode. I am using Xcode 13.3. Has something broken?Beta Was this translation helpful? Give feedback.
All reactions