Skip to content
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

Align MqttJs "correlationData" field type with MqttNet #89

Open
sseiber opened this issue Dec 14, 2023 · 0 comments
Open

Align MqttJs "correlationData" field type with MqttNet #89

sseiber opened this issue Dec 14, 2023 · 0 comments

Comments

@sseiber
Copy link
Contributor

sseiber commented Dec 14, 2023

This issue is for a: (mark with an x)

- [X] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

The MqttJs correlationData field is typed as a binary and I assumed it was of type Buffer in NodeJS.

Expected/desired behavior

Align the TypeScript sample Command use of correlationData to match the same data type/format that is being used in the MqttNet samples.

Language

TypeScript

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant