fix crash on close
This commit is contained in:
		
				
					committed by
					
						
						Benjamin Sergeant
					
				
			
			
				
	
			
			
			
						parent
						
							bd96050d84
						
					
				
				
					commit
					d49b1bd78a
				
			@@ -149,7 +149,6 @@ namespace ix
 | 
				
			|||||||
        // This value needs to be forced when shutting down, it is restored later
 | 
					        // This value needs to be forced when shutting down, it is restored later
 | 
				
			||||||
        _automaticReconnection = false;
 | 
					        _automaticReconnection = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // sync close
 | 
					 | 
				
			||||||
        close();
 | 
					        close();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if (_thread.joinable())
 | 
					        if (_thread.joinable())
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user