Skip to content

v1.1.1

Compare
Choose a tag to compare
@santisq santisq released this 18 Apr 17:59
· 163 commits to main since this release

What's Changed

Updated ValidateRange attribute declaration of -ThrottleLimit parameter to have a max value of 63. This is due to a limitation of WaitHandle.WaitAny Method allowing a maximum of 63 concurrent handles on STA State. Previously -ThrottleLimit would allow a maximum of int.MaxValue threads.

Full Changelog: v1.1.0...v1.1.1