timschuerewegen / homebridge-nikobus

Nikobus platform plugin for Homebridge (https://github.com/nfarina/homebridge)
5 stars 6 forks source link

Fix "Cannot assign to read only property 'drain' of object" error #4

Closed pagaille closed 1 year ago

pagaille commented 3 years ago

I experienced a runtime error using the latest async library (TypeError: Cannot assign to read only property 'drain' of object '#') I solved it thanks to that article : https://stackoverflow.com/questions/63885444/nodejs-async-queue-typeerror-cannot-assign-to-read-only-property-drain-of-ob

pagaille commented 1 year ago

again a PR fixing some issues with node and serialport versions

timschuerewegen commented 1 year ago

Thanks.