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
Apparently calling
code:unstick_dir/1is not the only way to unstick protected modules.The runtime can be started with a
-nostickflag, 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