Open SunTrustDev opened 4 years ago
This PR enables async mods, allowing to use asynchronous functions in the mod callback. The previous promise management didn't work well, because messages somehow weren't getting parsed correctly due to the promise being resolved later.
This PR enables async mods, allowing to use asynchronous functions in the mod callback. The previous promise management didn't work well, because messages somehow weren't getting parsed correctly due to the promise being resolved later.