Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • 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.

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

UnityEngine.MovieTexure is required access, Help? 1 Answer

detect Gameobject which is created from c# 1 Answer

Having trouble with Position X location on objects 0 Answers

Different sizes of jump when Android device 1 Answer

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


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges