You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thanks for this great package! It really helped me a lot to get to a capturing solution quickly.
In my Xcode 16.0 beta logs, I can see this SwiftUI error message:
Publishing changes from background threads is not allowed; make sure to publish values from the main thread (via operators like receive(on:)) on model updates.
First off, thanks for this great package! It really helped me a lot to get to a capturing solution quickly.
In my Xcode 16.0 beta logs, I can see this SwiftUI error message:
Publishing changes from background threads is not allowed; make sure to publish values from the main thread (via operators like receive(on:)) on model updates.
This can be tracked down to this line:
Aespa/Sources/Aespa/Core/Context/AespaVideoContext.swift
Line 53 in 66a9fac
It would be nice if you could change all
send
s so they run on the main thread. Thanks.The text was updated successfully, but these errors were encountered: