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
Apparently calling code:unstick_dir/1 is not the only way to unstick protected modules.
The runtime can be started with a -nostick flag, which turns off sticky modules altogether.
I suspect that we could just add this flag where we start the two peer nodes.
Further information can be found here: https://www.erlang.org/doc/man/code.html#description
The text was updated successfully, but these errors were encountered:
Apparently calling
code:unstick_dir/1
is not the only way to unstick protected modules.The runtime can be started with a
-nostick
flag, which turns off sticky modules altogether.I suspect that we could just add this flag where we start the two peer nodes.
Further information can be found here: https://www.erlang.org/doc/man/code.html#description
The text was updated successfully, but these errors were encountered: