-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hey,
i was looking to fetch some live battles data from the api, but the battle-titles are mostly "outdated" showing "EU1 - 055" and similar, can be seen on the website.
When pulling the data locally via the SpringClient all titles are correct. I think we are missing a update message that has the new title, or we have to flush the state from time to time to get a new one from the server.
Can someone provide me a botaccount (so i dont have to impersonate the chubby client), or can push me in the right direction?
... found the missing message as i was writing this:
The server dispatches a "non-standard" event named "s.battle.update_lobby_title" here in theory we could add a TeiserverExtension to the SpringLobbyClient, but i am not totally sure about all of this.
Cheers