• Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by siddharth3322 · Jun 03, 2016 at 07:17 AM · unity5unityeditorwwwparsingwebservice

Delay in accessing recently added data via Web Server

Right now I am accessing data from web server. But main problem I was facing right now it that I can't able to access recent data on the spot. Not always this is happening but mostly it is taking 5 to 10 minutes delay.

If same URL, I paste into browser then I have latest data access over their but Unity have older data to display. After few minutes automatically Unity has latest data.

I want accuracy in data retrieval as browser has. At present I am using following code for fetching data from web server.

         WWW www = new WWW (url);
 
         //Load the data and yield (wait) till it's ready before we continue executing the rest of this method.
         yield return www;
 
         if (www.error == null) {
             //Sucessfully loaded the XML
             Debug.Log ("Loaded following XML " + www.text);
 
         } else {
             Debug.Log ("ERROR: " + www.error);
         }

If any other way exist that can solve my problem then give me help in this.

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

2 Replies

· Add your reply
  • Sort: 
avatar image
1
Best Answer

Answer by siddharth3322 · Jun 13, 2017 at 04:19 PM

Yes I can give at present some help into this problem. Now enough time passed to my asked question but let me share my side experience with you.

Basically I was using same URL to accessing data from web server but many times I didn't able to get updated content that exist on server.

Its replying me same output for certain time duration then after some time it automatically get updated. So for solution purpose whichever URL I require to call multiple times, I have started adding some dummy parameter and values in web request so URL become each time unique.

Then after I was not getting cached response by sending always unique query to web server and latest content in response.

I hope other members can get some help by this reply.

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image SilverHuber · Jun 13, 2017 at 04:31 PM 0
Share

Thank you very much! Can you give some insight in how you add those dummy parameters?

avatar image siddharth3322 SilverHuber · Jun 13, 2017 at 04:33 PM 0
Share

That you require to learn, how to pass argument with web service request. This is only thing, I have did.

avatar image
0

Answer by SilverHuber · Jun 13, 2017 at 04:01 PM

Did you already find a solution for this?

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Welcome to Unity Answers

The best place to ask and answer questions about development with Unity.

To help users navigate the site we have posted a site navigation guide.

If you are a new user to Unity Answers, check out our FAQ for more information.

Make sure to check out our Knowledge Base for commonly asked Unity questions.

If you are a moderator, see our Moderator Guidelines page.

We are making improvements to UA, see the list of changes.



Follow this Question

Answers Answers and Comments

52 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

unity 5.3 module manager or android sdk location for personel edition 5 Answers

unity 5.6.1f1 WWW ios FPS Very Slowly !!! 0 Answers

Unity timer 0 Answers

Unity 5.1 "using UnityEditor" is throwing error messages 2 Answers

Parallel web service request using WWW in Webplayer 0 Answers

  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges