fix
This commit is contained in:
		
							parent
							
								
									c8ff395fe4
								
							
						
					
					
						commit
						ea859786da
					
				@ -230,11 +230,11 @@ func ConsumeWebsocketStatData() {
 | 
			
		||||
					continue
 | 
			
		||||
				}
 | 
			
		||||
				stat.CurWsConnectCount += data.Num
 | 
			
		||||
				//没有连接就删除
 | 
			
		||||
				if stat.CurWsConnectCount <= 0 {
 | 
			
		||||
				//没有连接就删除(先不删除)
 | 
			
		||||
				/*if stat.CurWsConnectCount <= 0 {
 | 
			
		||||
					mapUserWsStat.Delete(key)
 | 
			
		||||
					continue
 | 
			
		||||
				}
 | 
			
		||||
				}*/
 | 
			
		||||
				//保存统计
 | 
			
		||||
				mapUserWsStat.Store(key, stat)
 | 
			
		||||
			case TYPE_CUR_COMBINE_IMAGE_COUNT: //请求算法合图计数
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user