-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Treehouse does JSON decoding on the main thread #2145
Comments
How do you put something on the zipline thread? We can trivially expose the list of property IDs like we do children IDs, and then offer a function to look up the |
Oh I'm dumb. Treehouse is what moves to the UI thread. Okay this should be doable. |
Need to wait a week or two for the guest-side changes to roll out internally before we can land this. |
This is unblocked! |
Host side bindings look like this:
We should decode the
change.value
of thePropertyChange
from JSON to a host-side model on the Zipline thread instead.The text was updated successfully, but these errors were encountered: