How do I modify the value of an external scope variable inside a callback in nodejs
Good afternoon.
I got this Alexa skill class, inside this class I send and receive messages using mqtt. Unfortunately for this library, the mqtt message needs a callback. Here is my code: