Skip to content

2.4.1: ObjectID & forked subprocesses fix

Compare
Choose a tag to compare
@thekid thekid released this 02 Dec 19:36
· 35 commits to master since this release
  • Fixed possible collisions in ObjectId::create() when used within a
    forked subprocess by including the process ID in the random value's
    calculation.
    (@thekid)