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

QueueTransformer incorrectly restores queues #18

Closed
gkronber opened this issue Jul 5, 2019 · 1 comment
Closed

QueueTransformer incorrectly restores queues #18

gkronber opened this issue Jul 5, 2019 · 1 comment

Comments

@gkronber
Copy link
Member

gkronber commented Jul 5, 2019

When restoring Queue the transformer restores the internal fields _size, _head, _tail based on the number of elements. The field _tail is set to _size but should be set to _size - 1.

@jkarder
Copy link
Member

jkarder commented Jul 16, 2019

Done

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

No branches or pull requests

2 participants