Callback onResponse and onFailure not called (retrofit2)
问题 I have a cursor which is an id to get the next set of results from server, and i tried adding a do while loop until cursor value reaches 0 (end of results), i realised onResponse and onFailure callback methods are not called once i added the do while loop so the cursor is stuck at initial value without reaching 0 ( fetchResults from the api are not called). The loadTwitterFriends keeps getting called and it resulted in an infinite do while loop. Can i know why the callback methods aren't