The current implementation of the notification service callback/handler invocation may suffer from deadlocks if the handler impl blocks.
Handler invocation: platform/fabricx/core/finality/nlm.go
We want some mechanisms to handle this situation with a timeout or other appropriate means.