1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-06 22:47:20 +08:00
Dean Herbert 55ae0403d8
Ensure API state is Connecting immediately on startup when credentials are present
Currently, there's a period where the API is `Offline` even though it is
about to connect (as soon as the `run` thread starts up).

This can cause any `Queue`d requests to fail if they arrive too early.

To avoid this, let's ensure the `Connecting` state is set as early as
possible.
2025-01-14 18:18:53 +09:00
..
2024-12-03 00:00:31 +08:00
2024-02-29 01:21:17 +03:00
2022-11-27 00:00:27 +09:00
2022-11-02 11:44:16 +09:00
2022-11-02 13:16:34 +09:00
2022-11-27 00:00:27 +09:00