Commit f503234
committed
Add one more missing
```csharp
2025-07-17 08:52:06 [error]: An unobserved error has occurred.
2025-07-17 08:52:06 [error]: System.TimeoutException: Server timeout
(30000.00ms) elapsed without receiving a message from the server.
2025-07-17 08:52:06 [error]: at
Microsoft.AspNetCore.SignalR.Client.HubConnection.InvokeCoreAsync(String
methodName, Type returnType, Object[] args, CancellationToken
cancellationToken)
2025-07-17 08:52:06 [error]: at
Microsoft.AspNetCore.SignalR.Client.HubConnection.InvokeCoreAsyncCore(String
methodName, Type returnType, Object[] args, CancellationToken
cancellationToken)
2025-07-17 08:52:06 [error]: at
Microsoft.AspNetCore.SignalR.Client.HubConnection.InvokeCoreAsync(String
methodName, Type returnType, Object[] args, CancellationToken
cancellationToken)
2025-07-17 08:52:06 [error]: at
Microsoft.AspNetCore.SignalR.Client.HubConnectionExtensions.InvokeCoreAsync[TResult](HubConnection
hubConnection, String methodName, Object[] args, CancellationToken
cancellationToken)
2025-07-17 08:52:06 [error]: at
osu.Game.Online.Metadata.OnlineMetadataClient.<isConnectedChanged>b__31_1()
```FireAndForget call1 parent 439e28a commit f503234
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
119 | | - | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
0 commit comments