Skip to content

v0.3.1: HID Backend Read Fix

Compare
Choose a tag to compare
@TheNathannator TheNathannator released this 22 Jun 06:42
· 34 commits to main since this release
30bf1e9

Fixed

  • The hidapi backend should no longer consistently fail with an interrupted syscall error.
  • The warning message for manual hidapi enumeration is no longer logged unconditionally on exit.
  • A couple wait handle "leaks" have been fixed (I forgot to dispose them up-front, they would get disposed late due to having to be disposed by the GC).