Try wired fix...

This commit is contained in:
AnduinXue
2023-11-28 09:13:46 +00:00
parent 5f2b348027
commit d144102c48
@@ -66,7 +66,7 @@ public class GamesController : Controller
subscription = channel.Subscribe(async t => { await _pusher.SendMessage(t.Content); });
while (_pusher.Connected)
{
await Task.Delay(int.MaxValue, HttpContext.RequestAborted);
await Task.Delay(int.MaxValue);
}
}
finally