fix
This commit is contained in:
		
							parent
							
								
									aa4acd1bd2
								
							
						
					
					
						commit
						5273ea7183
					
				@ -179,8 +179,8 @@ func (l *DataTransferLogic) setConnPool(conn *websocket.Conn, userInfo *auth.Use
 | 
			
		||||
		l.sendGetUniqueIdErrResponse(conn, userInfo.Debug)
 | 
			
		||||
		return wsConnectItem{}, err
 | 
			
		||||
	}
 | 
			
		||||
	//传入绑定的wid判断是否可重用
 | 
			
		||||
	if oldWid != "" {
 | 
			
		||||
	//传入绑定的wid判断是否可重用(白板用户不可重用)
 | 
			
		||||
	if oldWid != "" && (userInfo.IsUser() || userInfo.IsGuest()) {
 | 
			
		||||
		for i := 0; i < 1; i++ {
 | 
			
		||||
			//解析传入的wid是不是属于自己的用户的
 | 
			
		||||
			decryptionWid, err := encryption_decryption.CBCDecrypt(oldWid)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user