mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-04 19:32:17 +08:00 
			
		
		
		
	Add etcd as a service discovery mechanism
This commit is contained in:
		
							parent
							
								
									76ef4f9b40
								
							
						
					
					
						commit
						e44f053100
					
				@ -211,12 +211,11 @@ func (ws *WsServer) sendUserOnlineInfoToOtherNode(ctx context.Context, client *C
 | 
			
		||||
 | 
			
		||||
	// Online push user online message to other node
 | 
			
		||||
	for _, v := range conns {
 | 
			
		||||
		v := v // safe closure var
 | 
			
		||||
		log.ZDebug(ctx, " sendUserOnlineInfoToOtherNode conn ", "target", v.Target())
 | 
			
		||||
		if v.Target() == ws.disCov.GetSelfConnTarget() {
 | 
			
		||||
			log.ZDebug(ctx, "Filter out this node", "node", v.Target())
 | 
			
		||||
			continue
 | 
			
		||||
		}
 | 
			
		||||
		log.ZDebug(ctx, " sendUserOnlineInfoToOtherNode conn ", "target", v.Target(), v.GetState())
 | 
			
		||||
 | 
			
		||||
		wg.Go(func() error {
 | 
			
		||||
			msgClient := msggateway.NewMsgGatewayClient(v)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user