shoenig / go-mqtt

A development fork of the Eclipse Paho Go MQTT client
http://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.golang.git/
Eclipse Public License 1.0
13 stars 6 forks source link

incoming messages grouped together by server are not split up #2

Closed shoenig closed 10 years ago

shoenig commented 10 years ago

Messages which are read off the wire into the same byte buffer are not properly tokenized and processed individually. (Currently only the first message stored in the buffer is processed)