Change Volley timeout duration

前端 未结 9 754
梦如初夏
梦如初夏 2020-11-22 14:55

I use the new Volley framework for Android to do a request to my server. But it timeouts before getting the response, although it does respond.

I tried adding this

9条回答
  •  自闭症患者
    2020-11-22 15:19

    I ended up adding a method setCurrentTimeout(int timeout) to the RetryPolicy and it's implementation in DefaultRetryPolicy.

    Then I added a setCurrentTimeout(int timeout) in the Request class and called it .

    This seems to do the job.

    Sorry for my laziness by the way and hooray for open source.

提交回复
热议问题