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

Stackoverflow when reusing the same request instance #330

Closed
codelogic opened this issue Feb 4, 2015 · 0 comments
Closed

Stackoverflow when reusing the same request instance #330

codelogic opened this issue Feb 4, 2015 · 0 comments
Labels
Milestone

Comments

@codelogic
Copy link

If you reuse the same request instance like the code below the request will stack overflow when you try to insert it into a view:

RequestManager request = Glide.with(context)

request.load(uri)
  // parameters omitted
  .thumbnail(request.load(uri)
    /* other parameters omitted */)
  .into(someView);
@sjudd sjudd added the bug label Feb 4, 2015
sjudd added a commit to sjudd/glide that referenced this issue Feb 6, 2015
@sjudd sjudd closed this as completed in 758ce57 Feb 7, 2015
@sjudd sjudd added this to the 3.5.2 milestone Feb 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants