mqttjs / mqttjs-v5

Development repository for an overhaul of the MQTT.js client.
MIT License
30 stars 3 forks source link

Passing a write function to sequencer vs. having the sequencer emit packets #8

Open vishnureddy17 opened 2 years ago

vishnureddy17 commented 2 years ago

Should the sequencer continue to have a write function, or should it emit packets so the upper level client can handle the write?