You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We really need this feature, since our system need hot reloading during running. So lacking this feature make it impossible to correctly do hot reloading.
The text was updated successfully, but these errors were encountered:
@henrya2 there is a way to do it. You can use extensible_injector. Basically you are creating one 'core' di and second which is references first one and can use it content. Than if you need to uninstall something you are just getting rid of second injector but the 'core' one stays intact.
There is one more option: to extend runtime_provider with uninstall method. You are welcome to propose a PR. Seems like quite a straight forward thing to do.
Can not uninstall binds?
Specifications
We really need this feature, since our system need hot reloading during running. So lacking this feature make it impossible to correctly do hot reloading.
The text was updated successfully, but these errors were encountered: