I have two nodes writing records to database, using this component to generate the ids. But this ids' ordering is different from creationtime's, I think it's related to DefaultTimeSource. I can not ensure this nodes start at same time, so the Stopwatch's Elapsed is different. How can I solve this problem? Remove the stopwatch's Elapsing? I don't know what it does.
I have two nodes writing records to database, using this component to generate the ids. But this ids' ordering is different from creationtime's, I think it's related to
DefaultTimeSource. I can not ensure this nodes start at same time, so theStopwatch'sElapsedis different. How can I solve this problem? Remove the stopwatch's Elapsing? I don't know what it does.