|
|
@ -84,8 +84,8 @@ namespace Emby.Server.Implementations.HttpServer.SocketSharp
|
|
|
|
|
|
|
|
|
|
|
|
private void ProcessContext(HttpListenerContext context)
|
|
|
|
private void ProcessContext(HttpListenerContext context)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
InitTask(context, _disposeCancellationToken);
|
|
|
|
//InitTask(context, _disposeCancellationToken);
|
|
|
|
//Task.Run(() => InitTask(context, _disposeCancellationToken));
|
|
|
|
Task.Run(() => InitTask(context, _disposeCancellationToken));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private Task InitTask(HttpListenerContext context, CancellationToken cancellationToken)
|
|
|
|
private Task InitTask(HttpListenerContext context, CancellationToken cancellationToken)
|
|
|
|