There have been multiple errors regarding notifications. The primary culprit appears to be a typo when an error bubbles up to on-receive handler, which causes the process to crash. Because of this, it appears notifications are being re-triggered (multiple notifications) while others are never being triggered.
There have been multiple errors regarding notifications. The primary culprit appears to be a typo when an error bubbles up to
on-receive
handler, which causes the process to crash. Because of this, it appears notifications are being re-triggered (multiple notifications) while others are never being triggered.