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

Stop playback when we reach the end of the data #2085

Merged
merged 1 commit into from May 11, 2023

Conversation

emilk
Copy link
Member

@emilk emilk commented May 11, 2023

Closes #2077
Closes #2083

What

Previously we would get stuck in "Play" mode, which is both weird and wasteful

Checklist

PR Build Summary: https://build.rerun.io/pr/2085

Previously we would get stuck in "Play" mode, which is both weird
and wasteful
@emilk emilk added 🪳 bug Something isn't working 📺 re_viewer affects re_viewer itself labels May 11, 2023
Comment on lines -145 to -147
// Don't pause or rewind, just stop moving time forward
// until we receive more data!
// This is important for "live view".
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We now have a "Follow" mode that makes the old behavior and comment obsolete

@jleibs jleibs merged commit 3abd1c1 into main May 11, 2023
16 of 17 checks passed
@jleibs jleibs deleted the emilk/pause-when-playback-reaches-end branch May 11, 2023 17:37
jleibs added a commit that referenced this pull request May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working 📺 re_viewer affects re_viewer itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Play" mode repaints gui each frame Play button should toggle when no data is streamed
2 participants