Clear out the content of the registry
This routine is useful when performing shutdown, as some nodes might try to access others in parallel, leading to error on closed channels. Calling clear before starting to shut down node essentially ensures that nodes are not reachable anymore.
See Implementation
Clear out the content of the registry
This routine is useful when performing shutdown, as some nodes might try to access others in parallel, leading to error on closed channels. Calling clear before starting to shut down node essentially ensures that nodes are not reachable anymore.