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
In some cases I want to release/destroy/dispose my whole application and as I saw it's possible to release the assembler like this _applicationAssembler.release();
but it doesn't call the release function on my modules. It will be great if it could do that too.
The text was updated successfully, but these errors were encountered:
In some cases I want to release/destroy/dispose my whole application and as I saw it's possible to release the assembler like this
_applicationAssembler.release();
but it doesn't call the release function on my modules. It will be great if it could do that too.
The text was updated successfully, but these errors were encountered: