Streampunk / macadam

Async node.js interface to Blackmagic Design capture and playback devices.
Apache License 2.0
107 stars 24 forks source link

Complete testing on Windows #1

Closed sparkpunkd closed 7 years ago

sparkpunkd commented 8 years ago

Currently only carried out a simple smoke test. Needs testing on suitable hardware.

sparkpunkd commented 7 years ago

Testing has found an issue that can cause a crash after running for a while. Added a thread mutex around byte reading code to try and fix. Much better ... but hits garbage collect issues after a while.

sparkpunkd commented 7 years ago

Garbage collection issues go away once amount of logging is reduced.