FlowingSPDG / streamdeck-vmix-plugin

Elgato StreamDeck plugin for communicating with vMix.
https://flowing.tokyo
MIT License
7 stars 1 forks source link

Inputの取得をcacheする #56

Open FlowingSPDG opened 1 year ago

FlowingSPDG commented 1 year ago

同時に全部取得するのはちょっと怖い

なので、グローバルでhostnameに対するmapを所持する 定期的に取得し、それをPIに配布する

map[string][]input hostname はメモリリークの可能性があるので、所持者がゼロになったら削除する