mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +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.AspNetCore.SignalR.Client;
|
||||||
using Microsoft.Extensions.DependencyInjection;
|
using Microsoft.Extensions.DependencyInjection;
|
||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
using osu.Framework;
|
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Framework.Bindables;
|
using osu.Framework.Bindables;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
@ -102,10 +101,6 @@ namespace osu.Game.Online.Spectator
|
|||||||
|
|
||||||
private async Task connect()
|
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)
|
if (connection != null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user