You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed an off by 1 issue related to maxmium GeneratorId. (#62)
* Fixed an off by 1 issue related to maxmium GeneratorId.
Max generator id was being calculated as 1 higher than the actual max.
This has been corrected and the message in the exception thrown when the given
generator id is invalid has been appropriately re-worded to include 0
and maxGeneratorId.
* Added unit tests for generator id max/min boundaries with +/- 1
variants
Implemented Spinwaiting on sequence overflow (see #24). Moved MockTim…
…eSource and new MockAutoIncrementingIntervalTimeSource to new namespace. Added spinwait to configuration. Added a bunch of constructor overloads. Upped versions.