1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 06:52:56 +08:00
osu-lazer/osu.Game/Online
Dean Herbert 03b78d1c4b Handle SocketExceptions and HttpRequestExceptions more silently
These can occur when a network connection is completely unavailable (ie.
host resolution failures are occurring). Currently these would appear as
important errors which spammed the notification overlay every retry
forever, while no network connection is available.

I also took this opportunity to remove a lot of `bool` passing which was
no longer in use (previously the fail count / retry process was
different to what we have today).
2020-12-29 16:22:11 +09:00
..
API Handle SocketExceptions and HttpRequestExceptions more silently 2020-12-29 16:22:11 +09:00
Chat Add website root URL and update most links to use it 2020-12-24 18:11:42 +09:00
Leaderboards Rename {Drawable -> Clickable}Avatar 2020-12-26 14:35:11 +01:00
Multiplayer Fix error message being shown to user on multiplayer disconnection when not in room 2020-12-29 15:19:52 +09:00
Placeholders Create ClickablePlaceholder and make of use it where applicable. 2020-04-23 14:01:47 +02:00
Rooms Don't copy spotlight category 2020-12-26 20:13:28 +09:00
Spectator Merge pull request #11271 from peppy/dev-server 2020-12-24 23:01:19 +09:00
DevelopmentEndpointConfiguration.cs Add website root URL and update most links to use it 2020-12-24 18:11:42 +09:00
DownloadState.cs Make beatmap download buttons inherit BeatmapDownloadTrackingComposite 2019-06-11 23:01:01 +05:30
DownloadTrackingComposite.cs Add null checks to unguarded resolved-as-null fields 2020-11-14 14:52:58 +01:00
EndpointConfiguration.cs Add website root URL and update most links to use it 2020-12-24 18:11:42 +09:00
OnlineViewContainer.cs Fix cases of multiple bdl methods 2020-10-22 14:30:49 +09:00
PollingComponent.cs Make TimeBetweenPolls into a bindable 2020-12-20 18:34:54 +09:00
ProductionEndpointConfiguration.cs Add website root URL and update most links to use it 2020-12-24 18:11:42 +09:00