mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Revert "Disable spectator streaming connection logic on iOS to avoid startup crash"
This reverts commit c9b96a1829
.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user