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
I was also thinking about another idea, I would like to move the mqtt parser to the server factory, so the client will always receive plain mqtt, in that case I would create another function for example handleMqtt that will accept a plain mqtt stream instead (along with connection details)
@mcollina What do you think? Everytime I look into client.nextBath I think that we could do something better, do you have any suggestion?
The text was updated successfully, but these errors were encountered:
Could you better explain the reason why this moscajs/aedes#519 solution could slow down aedes? I think it would implement the stream parsing in the 'aedes' way (by using a stream), and I don't understand what's the downside of this
Based on this: #2 (comment)
@mcollina What do you think? Everytime I look into client.nextBath I think that we could do something better, do you have any suggestion?
The text was updated successfully, but these errors were encountered: