charliefoxtwo / ViLA-PluginBase

Contains classes for plugin development for Virpil Communicator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugins should have a `Stop()` function

charliefoxtwo opened this issue · comments

This function should clean up the current plugin thread and dispose of any unmanaged resources. Adding this will be a breaking change and require a major version increment.