mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	Merge pull request #502 from Arceliar/linkleak
Try to fix leaks in #501
This commit is contained in:
		
						commit
						d9fabad8bc
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -179,7 +179,10 @@ func (intf *linkInterface) handler() error {
 | 
			
		|||
		// That lets them do things like close connections on its own, avoid printing a connection message in the first place, etc.
 | 
			
		||||
		intf.link.core.log.Debugln("DEBUG: found existing interface for", intf.name)
 | 
			
		||||
		intf.msgIO.close()
 | 
			
		||||
		<-oldIntf.closed
 | 
			
		||||
		if !intf.incoming {
 | 
			
		||||
			// Block outgoing connection attempts until the existing connection closes
 | 
			
		||||
			<-oldIntf.closed
 | 
			
		||||
		}
 | 
			
		||||
		return nil
 | 
			
		||||
	} else {
 | 
			
		||||
		intf.closed = make(chan struct{})
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue