mqttjs / mqtt-connection

Barebone Connection object for MQTT in node.js
Other
114 stars 25 forks source link

A message delay problem #12

Closed moriyalb closed 7 years ago

moriyalb commented 7 years ago

mqtt-connection version 3.0.0

in connection.js this.write(opts)
and parseStream.js function process(chunk, enc, cb) {

A message cost a 100ms delay , I don't know why. the network is very good and no problem. how can I debug this ?

mcollina commented 7 years ago

How big is the message?

moriyalb commented 7 years ago

Sorry, I think it just my problem.