Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change current osu! state provider's connection to websockets #2

Open
AndrefHub opened this issue Nov 25, 2023 · 0 comments
Open

Change current osu! state provider's connection to websockets #2

AndrefHub opened this issue Nov 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@AndrefHub
Copy link
Contributor

Currently we use HTTP GET request. For gosumemory it works fine as response's delay is usually less than 200ms.
On other hand, StreamCompanion often takes a lot of time to respond and sometimes even takes exceeds 2s timeout (which should be more than enough!).

Only fix I can think of right now is changing connection to websockets, so we can be certain we'll get some data (although it may be outdated).

@AndrefHub AndrefHub added the enhancement New feature or request label Nov 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant