File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ 2.0.1
2+ 
3+ -  Fix "Too many channel allocated"
4+ 
152.0.0
26
37-  Convert to RabbitMQ.Client
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ public void ReleaseChannel(IChannel channel)
9898	{ 
9999		if  ( channel . IsClosed ) 
100100			return ; 
101- 		Interlocked . Increment ( ref  _usedChannelCount ) ; 
101+ 		Interlocked . Decrement ( ref  _usedChannelCount ) ; 
102102		_availableChannelPool . Add ( channel ) ; 
103103	} 
104104
Original file line number Diff line number Diff line change 44		<TargetFramework >netstandard2.0</TargetFramework >
55		<LangVersion >latest</LangVersion >
66		<Nullable >enable</Nullable >
7- 		<Version >2.0.0 </Version >
7+ 		<Version >2.0.1 </Version >
88		<Description >A simple wrapper around RabbitMQ.Client to make it easier to use.</Description >
99		<Authors >Bertrand Provost</Authors >
1010		<RepositoryUrl >https://github.com/Socolin/Socolin.RabbitMQ.Client</RepositoryUrl >
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments