Open robere2 opened 4 years ago
The mod currently sends periodic requests to the Quickplay backend fetching data. It should use a socket, which is more efficient and allows for instant updates.
Branch https://github.com/robere2/Quickplay2.0/tree/socket-experimentation will fix this.
The mod currently sends periodic requests to the Quickplay backend fetching data. It should use a socket, which is more efficient and allows for instant updates.