for the javascript dudes. I have a question to imp...
# javascript
r
for the javascript dudes. I have a question to improve my code. I have a vue application that is subscribing to ALOT of data (MQTT) with many topics. I am receiving the message quicker than I can process them so I need to throttle the processing of each message. Any improvements to be had?