Skip to content

Conversation

@Ledridge
Copy link

@Ledridge Ledridge commented Nov 9, 2023

The call to the internal function was not passing the marker for Next Segment. This caused any call that had more than 1 segment to go into an endless loop re-grabbing the first segment every time.

this fixes a bug where it goes into an endless loop if there are multiple sections because strNextMarker is never passed in the while loop and it just keeps grabbing the first section.
missed a coma
Copy link
Author

@Ledridge Ledridge left a comment

Choose a reason for hiding this comment

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

This fixes a big bug I had been working around for a while.

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