mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -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)
 | 
					            if (WebSocketServer != null)
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
 | 
					                WebSocketServer.Stop();
 | 
				
			||||||
                WebSocketServer.Dispose();
 | 
					                WebSocketServer.Dispose();
 | 
				
			||||||
 | 
					                WebSocketServer = null;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user