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

Do not panic on frame id 0 as it's valid #66

Merged
merged 1 commit into from
Feb 22, 2023

Conversation

javierhonduco
Copy link
Owner

This was a left over from the previous design where we had a guarantee of the frame id never being zero as it was a special value.

thread 'main' panicked at 'frame_idx should exist', src/rbperf.rs:430:34

This was a left over from the previous design where we had a guarantee
of the frame id never being zero as it was a special value.

```
thread 'main' panicked at 'frame_idx should exist', src/rbperf.rs:430:34
```

Signed-off-by: Francisco Javier Honduvilla Coto <javierhonduco@gmail.com>
@javierhonduco
Copy link
Owner Author

Should fix the bug reported in #61

@javierhonduco javierhonduco merged commit 019fb4b into main Feb 22, 2023
@javierhonduco javierhonduco deleted the frame-id-zero-is-valid branch February 22, 2023 14:44
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.

None yet

1 participant