bitfocus / companion-module-songbeamer-osc

Songbeamer OSC Module
MIT License
5 stars 0 forks source link

implement a config option instead of hardcoding "keep-alive" value #46

Closed bensteUEM closed 2 months ago

bensteUEM commented 1 year ago

osc_check_connection() in main.js and this.osc.on('ready', () => { have hardcoded 5min keep_alive check value - this could be moved to a config object

bensteUEM commented 2 months ago