Skip to content

Fix packet order of unsubscribe function#43

Open
sw08 wants to merge 1 commit intoMaxFerretti:masterfrom
sw08:master
Open

Fix packet order of unsubscribe function#43
sw08 wants to merge 1 commit intoMaxFerretti:masterfrom
sw08:master

Conversation

@sw08
Copy link
Copy Markdown

@sw08 sw08 commented Dec 26, 2025

the id and frequency of dataref was put in different order in RREF packet of unsubscribe.

before(original, wrong): RREF + \0 + id + frequency + dataref name + \0
after(corrected): RREF + \0 + frequency + id + dataref name + \0

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

Successfully merging this pull request may close these issues.

1 participant