Jump to content

Live Text Commentry


Baj
 Share

Recommended Posts

  • 3 weeks later...

yeah, known bug (if you check the rest of the thread). It basically means an event has happened ive not yet written code for. For example bookings or stats updates for the game. So instead, it just repeats the last event.

Link to comment
Share on other sites

Looks good to me, is it meant to update post by post or in sections of time (e.g. every minute or two)?

 

It refreshes three times a minute (i.e. every 20 seconds) whether anything is updated or not.

 

Baj, sorry, hadn't read the whole thread... it looks like you've got it working really well... think I'll be using if for future games. Thanks for all the hard work you must have put in.

Link to comment
Share on other sites

The updates are pushed to us "as and when", my code checks every 20 seconds for an update, and your browser updates every 20 seconds, however these arent the SAME 20 seconds, just depends when you load the page. So the page could update on the server at 00, 20 and 40 seconds, but your browser at 01, 21 and 41, meaning it could be up to 40 seconds behind. Add to this the face the feed is about 30 seconds behind live, it basically means you are no more than 1 minute behind the live action

Link to comment
Share on other sites

The updates are pushed to us "as and when", my code checks every 20 seconds for an update, and your browser updates every 20 seconds, however these arent the SAME 20 seconds, just depends when you load the page. So the page could update on the server at 00, 20 and 40 seconds, but your browser at 01, 21 and 41, meaning it could be up to 40 seconds behind. Add to this the face the feed is about 30 seconds behind live, it basically means you are no more than 1 minute behind the live action

 

Thanks, I think I managed to get it just behind the update, it worked well though. Well done for all the work you have put in

Link to comment
Share on other sites

  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...