John-Paul Dienst

Results 1 issues of John-Paul Dienst

Invoking async methods in synchronous event handlers (see example below) can lead to unhandled rejections which can trigger fatal application [restarts](https://nodejs.org/api/process.html#event-uncaughtexception). ``` if (this.config.acknowledge.timeoutSeconds > 0 && enable) this.checkStandbyStatusTimer =...

bug