Skip to content

v2.0.1

Compare
Choose a tag to compare
@fhunleth fhunleth released this 14 Jan 05:01
· 35 commits to main since this release
  • Bug fixes
    • Fix race condition when loading NIF. If two processes caused the NIF to be
      loaded at the same time, then it was possible for one to return an error.
    • Remove tracking of the number of open pins from the cdev backend to not need
      to synchronize access to the count. This feature really was only used for
      the unit tests.