Do Broadcast rounds' Id Change ?
I built a tool that stores some rounds data in DB to use them later in getting these rounds data from lichess broadcast's API,
Today my APP Crashed, on investigation I found that Id(s) related to rounds ( which I stored earlier in database ) are not the same in lichess broadcast API, The issue was solved once I deleted those rounds then re-inserted them with new Id(s),
I noticed that ID changes occurs in ongoing and comming rounds ! Not in finished rounds .
If this is the normal behaviour, when do these changes happen ?
to sync updates in my DB..