Post #1605004
2026-04-10 19:35 UTC
@Alexjusino no worries! Any changes are for you to decide. All I want is for you (well, first me) to understand.
Ok so now we know *why* your type is constrained to only be allowed to run code on the main thread. You are asking the compiler to do that for all things. Next!
Replies (1)
-
@mattiem@mastodon.social 2026-04-10 19:38
@Alexjusino the docs for WCSessionDelegate are very clear: this type will invoke its methods in the background. But your type is main thread only. That is why there is a conflict. You cannot do both of these.