1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-19 09:52:53 +08:00

Revert "Disable spectator streaming connection logic on iOS to avoid startup crash"

This reverts commit c9b96a1829.
This commit is contained in:
Dean Herbert 2020-11-04 14:16:51 +09:00
parent c9b96a1829
commit 1d90f5fc08

View File

@ -10,7 +10,6 @@ using JetBrains.Annotations;
using Microsoft.AspNetCore.SignalR.Client;
using Microsoft.Extensions.DependencyInjection;
using Newtonsoft.Json;
using osu.Framework;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
@ -102,10 +101,6 @@ namespace osu.Game.Online.Spectator
private async Task connect()
{
if (RuntimeInfo.OS == RuntimeInfo.Platform.iOS)
// disabled for now (see https://github.com/dotnet/runtime/issues/35988)
return;
if (connection != null)
return;