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
rabbit_feature_flags: Fix registry reset vs. Erlang embedded mode
[Why]
If the Erlang VM is running in embedded mode, it will refuse to
auto-load any module from disk. That's because all modules are loaded
from the Erlang release right from the start.
[How]
After purging the module, we explicitly reload the stub version from the
disk.
0 commit comments