XProtect Smart Client Login Slow/Failure When Plugin Installed: Are Overridden Plugin Methods Invoked During Login?

Hello, I’m developing a plugin that runs on a Smart Client. At one customer site, when our plugin is installed, logging in to the Smart Client becomes slow or fails; when the plugin is uninstalled, login works normally.

During the login process, does XProtect Smart Client call any functions that are overridden in the plugin? If so, which functions are called? If not, do you have any ideas why this issue might be occurring?

Hello, Generally the Init methods on various classes are called and they should be careful about doing network calls and such in those.