Hello,
I am building a news collector. Sadly, because of the API limitations of some providers, I am only able to run a single polling thread, that is supposed to share the data for all the clients that connect (this is even better in terms of performance)
Is there a way for me to have a thread, that polls all the news from all the apis, then each client sees the updated data?
Practically, I want a side-thread, independent on who’s connected