Skip to content
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

Fix stuck on long wait + framerate example, which demonstrates bug with external request redraw when app is paused #4

Merged
merged 3 commits into from
Apr 29, 2024

Conversation

Maximetinu
Copy link

@Maximetinu Maximetinu commented Apr 28, 2024

Repro steps

  • checkout this code
  • run framerate.rs example on wasm
  • press 0 to pause the app
  • press 5 to resume the app
  • external request redraw wakes up the app, winit settings update to a faster framerate / shorter wait
  • expected: the app should be resumed and running fast again
  • actual: the app is still stuck

Fixed by last commit

@Maximetinu Maximetinu changed the base branch from main to v0.13 April 28, 2024 12:26
@Maximetinu Maximetinu changed the title Framerate example – demonstrates bug with external request redraw when app is paused Fix stuck on long wait + framerate example, which demonstrates bug with external request redraw when app is paused Apr 29, 2024
@Maximetinu Maximetinu marked this pull request as ready for review April 29, 2024 14:01
@Maximetinu Maximetinu merged commit 99629c8 into v0.13 Apr 29, 2024
19 of 27 checks passed
Copy link

The generated examples/README.md is out of sync with the example metadata in Cargo.toml or the example readme template. Please run cargo run -p build-templated-pages -- update examples to update it, and commit the file change.

2 similar comments
Copy link

The generated examples/README.md is out of sync with the example metadata in Cargo.toml or the example readme template. Please run cargo run -p build-templated-pages -- update examples to update it, and commit the file change.

Copy link

The generated examples/README.md is out of sync with the example metadata in Cargo.toml or the example readme template. Please run cargo run -p build-templated-pages -- update examples to update it, and commit the file change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant