Skip to content Skip to sidebar Skip to footer

Occasionally, Volley Fails To Return A Response From The Server

I have two Android apps that communicate with a Web server using Volley calls: one app waits for the other to post a short message. Most of the time this works fine: the waiting ap

Solution 1:

The problem was due to the Apache server timing out after five minutes. The problem was resolved when I changed the timeout setting in Apache to -1 (infinite timeout).


Post a Comment for "Occasionally, Volley Fails To Return A Response From The Server"