PR #212 relies on MxUnregistered event to be produced when process leaves registry (the case on reregister is included),
but it seems that currently it's not a case: https://github.com/haskell-distributed/distributed-process/blob/master/src/Control/Distributed/Process/Node.hs#L857-L874
we need to validate requirement and add tests that guarantee that requirement is addressed.