When launching this plugin using the version on the Streamdeck store, it opens a connection on port 10000 automatically. Something I develop requires that port be free, so in order to run this plugin I need to stop streamdeck, wait until all the connections close (there can be as many as 10 "waiting" connections and it takes 2 minutes for them all to timeout and close), start my program so it can take ports 10000 and 10001. After that, I can finally run streamdeck with the plugin again and it will still run, taking up port 10002 this time.
While this at least lets me work around it, I'd like to have a way to configure this default port from the start, even if it's just an option in a config file somewhere.
When launching this plugin using the version on the Streamdeck store, it opens a connection on port 10000 automatically. Something I develop requires that port be free, so in order to run this plugin I need to stop streamdeck, wait until all the connections close (there can be as many as 10 "waiting" connections and it takes 2 minutes for them all to timeout and close), start my program so it can take ports 10000 and 10001. After that, I can finally run streamdeck with the plugin again and it will still run, taking up port 10002 this time.
While this at least lets me work around it, I'd like to have a way to configure this default port from the start, even if it's just an option in a config file somewhere.