mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05: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