mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Clear active sessions on application stopping
This commit is contained in:
parent
493de3297a
commit
59ec06c35c
@ -1823,6 +1823,8 @@ namespace Emby.Server.Implementations.Session
|
|||||||
{
|
{
|
||||||
await session.DisposeAsync().ConfigureAwait(false);
|
await session.DisposeAsync().ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_activeConnections.Clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user