bitfocus / companion-module-renewedvision-propresenter

Renewed Vision Pro Presenter
MIT License
31 stars 19 forks source link

TypeError Cannot read property 'readyState' of undefined #112

Open krocheck opened 2 years ago

krocheck commented 2 years ago

https://github.com/bitfocus/companion-module-renewedvision-propresenter/blob/513dd650f339d20bdbbc694b36436d8ff6febea0/index.js#L671

This needs a check before ...readyState for either self.socket or self.socket !== undefined

Additionally, you may have an issue of this watchdog starting before a connection is established OR not being cleaned up correctly.