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
Ugh, classic async Rust. Apparently we are carrying a non-Send variable across an await point in the new version. I will have a look and add regression tests for all Future return types.
I have this error with
AudioContext::resume
after upgrading to 1.0.0-rc.6I imagine this is due to the fixes done in #499 but I can't figure out the problem
My wrapping code (which didn't change since previous version) is:
The text was updated successfully, but these errors were encountered: