mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-07 10:14:14 -04:00
better disposal of alchemy server
This commit is contained in:
parent
7565dd0249
commit
0161f67959
@ -123,7 +123,9 @@ namespace MediaBrowser.Server.Implementations.WebSocket
|
||||
{
|
||||
if (WebSocketServer != null)
|
||||
{
|
||||
WebSocketServer.Stop();
|
||||
WebSocketServer.Dispose();
|
||||
WebSocketServer = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user