IdGen v2.4.1 Release Notes
Release Date: 2020-07-02 // over 4 years ago-
🔧 The
IdGenerator
now offers a spinwaiting strategy when a sequenceoverflow occurs instead of throwing aSequenceOverflowException
. This will spinwait until the next tick and then return a new Id. New constructoroverloads have been added to be able to set this property at construction time. Also the configuration package supports this new option with auseSpinWait
attribute on theidGenerator
element.