Clear active sessions on application stopping

pull/10261/head
Patrick Barron 9 months ago
parent 493de3297a
commit 59ec06c35c

@ -1823,6 +1823,8 @@ namespace Emby.Server.Implementations.Session
{
await session.DisposeAsync().ConfigureAwait(false);
}
_activeConnections.Clear();
}
}
}

Loading…
Cancel
Save