This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
v2.0.1
Overview
Amongst some package upgrades, the main fix here was catching errors that were being swallowed by Promises across the system. Errors such as key channels dying or the RabbitMQ connection dying are now thrown synchronously instead of as UnhandledPromiseRejection
s, meaning they properly halt execution.
Bug fixes
- 😬 Add new throwAsException utility that throws any exception synchronously: 3848963
- 😬 Catch nasty errors and throw them synchronously across Remit: 30e1e8f