0

I' using Retorfit for one my Android project and I just realized this cool library, doesn`t make any call in parallel, but once by one. I always staring a new Thread or an AsyncTaks for my backend calls (obviously), but Retrofit put all of my request into a Queue (I think) and processing them after each other.

Re-implement the backend side is not a solution for now, does anyone know how can I force retrofit to take 3-4 request at the same time ?

Thank you,

Marcin Orlowski
  • 72,056
  • 11
  • 123
  • 141
narancs
  • 5,234
  • 4
  • 41
  • 60
  • Calling it with a `loop` strategy can solve your problem – hrskrs Jun 18 '15 at 11:22
  • may I kindly ask you to explain it more ? I fireing asynctasks in a listview adapter, but I think Retrofit catch them and put in a queue! – narancs Jun 18 '15 at 11:32

0 Answers0