mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
@ -198,10 +198,9 @@ namespace osu.Desktop.Overlays
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (HttpRequestException)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
//likely have no internet connection.
|
// we'll ignore this and retry later. can be triggered by no internet connection or thread abortion.
|
||||||
//we'll ignore this and retry later.
|
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user