rsocket-cpp icon indicating copy to clipboard operation
rsocket-cpp copied to clipboard

remove AllowanceSemaphore infinite

Open yschimke opened this issue 8 years ago • 1 comments

This isn't part of the spec anymore

  bool isInfinite() const {
     return value_ == max();		    
   }		   

yschimke avatar Feb 03 '17 11:02 yschimke

Proposed removal in #489

benjchristensen avatar May 26 '17 16:05 benjchristensen