-
Notifications
You must be signed in to change notification settings - Fork 2k
Assertion Failure in egui_extras #3747
Copy link
Copy link
Closed
Labels
Milestone
Description
Subject: Assertion Failure in egui_extras
Dear Emilk,
I've been experiencing occasional assertion failures, approximately every few hours,
when using egui_extras. The error message displayed is as follows:
thread 'ehttp' panicked at C:\Users\user\.cargo\registry\src\index.crates.io-6f17d22bba15001f\egui_extras
-0.24.2\src\loaders\ehttp_loader.rs:99:21:
assertion failed: matches!(prev, Some(Poll :: Pending))
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I haven't noticed any specific issues with the program's functionality,
and it seems to be operating normally.
Thanks,
Emilk.
egui version : v0.24.1, v0.24.0, v0.23.0
OS : windows10
Reactions are currently unavailable