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…
Reference in New Issue
Block a user