Replies: 2 comments 1 reply
-
OnPyUnloadApp is executed at shutdown, see testPyDbObjectOverrule.py If the overrule is not removed, BricsCAD crashes. I can change the order when reloading |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm still not sure if this is the best order.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current state:
OnPyInitApp
OnPyReload
OnPyUnloadApp
I don't currently see a way to remove reactors on module reload.
I think that on module reload the
OnPyUnloadApp
function from the currently loaded module should be executed first and then theOnPyInitApp
function from the updated module. After thatOnPyReload
.Beta Was this translation helpful? Give feedback.
All reactions