v0.3.1: HID Backend Read Fix
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).