Timeout for server request made using “Volley” only on Android not iOS

后端 未结 5 1379
借酒劲吻你
借酒劲吻你 2020-12-16 18:04

In one of my application, I am sending request to server using volley provided by Google.

Problem : Timeout and error object is null o

5条回答
  •  心在旅途
    2020-12-16 18:38

    Try not using the require statement to connect to your database when sending request to a PHP file using volley. I've noticed a time-out only when I use something like (require "init.php") But when I directly put my DB connection information in the same file everything seems to work just fine.

提交回复
热议问题