linj121 / convo

Automate your instant messaging apps with ease! Run and manage custom plugins, AI powered chatbot, scheduled tasks and more.
MIT License
2 stars 0 forks source link

PluginRegistry should not be a singleton! #29

Open linj121 opened 3 weeks ago

linj121 commented 3 weeks ago

It should be a regular class which has a global static "PluginStore" as its dependency. However, PluginRegistry itself should never be a singleton, because it will have different states for different WechatyService in a multi-user scenario