-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
protobuf send bug #49
Labels
Comments
willin
added a commit
to AirDwing/azure-iot-sdk-node
that referenced
this issue
Jun 13, 2017
will follow up with this at the same time as #50 |
pierreca
pushed a commit
that referenced
this issue
Jul 27, 2017
pierreca
pushed a commit
that referenced
this issue
Jul 27, 2017
Fix was checked into master and will be a part of the next release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
@airx/proto
Description of the issue:
Sended: Protobuf Message Body (Buffer, 210bytes)
Received: (Buffer 304bytes)
Code sample exhibiting the issue:
msg.js
send.js
Console log of the issue:
code caused:
https://github.com/Azure/azure-iot-sdk-node/blob/master/device/transport/mqtt/src/mqtt_base.ts#L189
remove
toString()
and tested ok.The text was updated successfully, but these errors were encountered: