04-04-2024, 07:22 PM
(This post was last modified: 04-05-2024, 02:42 AM by Alexandre Machado.)
BTW, your helper class is correct, however it doesn't consider locking, i.e there is no safe way to add or delete handlers at runtime from multiple sessions which can cause problems.
Do you unload the package before the application finishes, i.e., you would keep the application running after unloading a package that unregisters a content handler?
Do you unload the package before the application finishes, i.e., you would keep the application running after unloading a package that unregisters a content handler?

