mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-04 11:22:10 +08:00 
			
		
		
		
	replace mongo driver
This commit is contained in:
		
							parent
							
								
									81721dca0b
								
							
						
					
					
						commit
						665529811f
					
				@ -61,6 +61,10 @@ func init() {
 | 
			
		||||
		log.NewError(" mongo.Connect  failed, try ", err.Error(), uri)
 | 
			
		||||
		time.Sleep(time.Duration(30) * time.Second)
 | 
			
		||||
		mongoClient, err1 = mongo.Connect(context.TODO(), options.Client().ApplyURI(uri))
 | 
			
		||||
		if err1 != nil {
 | 
			
		||||
			log.NewError(" mongo.Connect  failed, panic", err.Error(), uri)
 | 
			
		||||
			panic(err1.Error())
 | 
			
		||||
		}
 | 
			
		||||
		mgoSession, err1 = mgo.DialWithInfo(mgoDailInfo)
 | 
			
		||||
		if err1 != nil {
 | 
			
		||||
			log.NewError(" mongo.Connect  failed, panic", err.Error(), uri)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user