Commit Graph

4 Commits

Author SHA1 Message Date
luwenpeng
0ed9a0ccca plugin_manager adapt session_manager API and rewrite plugin_manger gtest 2022-08-31 10:05:58 +08:00
luwenpeng
9df6bf07af Modify the implementation of the plugin manager take over
A plugin that is taken over, if the plugin was called before being taken over
    and has a registered SESSION_EVENT_CLOSING event,
    it will be called again when the SESSION_EVENT_CLOSING event comes.
    Otherwise, the plugin will not be called.
2022-08-10 10:19:22 +08:00
luwenpeng
5c790085eb Plugin management support pm_session_dettach_me and pm_session_dettach_others
Add test cases for pm_session_dettach_me and pm_session_dettach_others
2022-08-04 17:30:03 +08:00
luwenpeng
50111e7cd0 Plugin Management support C plugin 2022-08-02 18:50:17 +08:00