futures-rs
futures-rs copied to clipboard
Issue on iphone with atomic-waker
Caught it recently
Thanks for the report. It seems that this debug assertion is triggered.
https://github.com/rust-lang/futures-rs/blob/a402900063fe62a2b5d51e063e11206eff8b0d30/futures-core/src/task/__internal/atomic_waker.rs#L392-L401
Is it possible to provide code to reproduce this?
Also, does the code seem to be running on WASM, not directly on iphone?
This is from WASM app, unfortunately i can't provide code to reproduce this error.