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

Endless loop in ixBidAdapter #7445

Closed
tbsmark86 opened this issue Sep 20, 2021 · 3 comments · Fixed by #7460
Closed

Endless loop in ixBidAdapter #7445

tbsmark86 opened this issue Sep 20, 2021 · 3 comments · Fixed by #7460
Assignees
Labels

Comments

@tbsmark86
Copy link

while (currentImpressionSize > remainingRequestSize) {

remainingRequestSize was 7 in my case, which is obviously is always smaller then the empty array after serialization (which is size 38) therefore it loops and loops ...

I've encountered this because reloading the page blocked and I was interested why. Don't know anything about the configuration used.

@patmmccann
Copy link
Collaborator

@ix-prebid-development fyi

@punkiller
Copy link
Contributor

@patmmccann can I help in some way with @ix-prebid-development and @umakajan ?

@mlb7687
Copy link
Contributor

mlb7687 commented Sep 23, 2021

Opened a PR to fix, thanks for calling this to our attention.

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

Successfully merging a pull request may close this issue.

5 participants