mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-09 22:22:24 +00:00
update nlog
This commit is contained in:
@@ -87,7 +87,6 @@ namespace Emby.Server.Implementations.HttpServer.SocketSharp
|
||||
|
||||
private void ProcessContext(HttpListenerContext context)
|
||||
{
|
||||
_logger.Info("thread id {0}", Thread.CurrentThread.ManagedThreadId);
|
||||
InitTask(context, _disposeCancellationToken);
|
||||
//Task.Run(() => InitTask(context, _disposeCancellationToken));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user