You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
Hi. The reason is simply due to age - when the project was in incubation phase, the promises mechanism was not standardized, many libraries had no support for them, our target environment was conservative regarding the node version etc. Hence we couldn't use promises back then. A prototype of promise-based implementation was started but many breaking changes would need to be handled, so the development didn't proceed.
However, we do support async bolt and spout wrappers to handle promise-based implementations, see IBoltAsync and ISpoutAsync.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello guys! Awesome project but looking inside your code I saw callback implementations, I wanted to know what Is the reason behind.
The text was updated successfully, but these errors were encountered: