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

Synchronize packet and limits check so that inject_tlm works as expected #1363

Merged
1 commit merged into from
Sep 21, 2021

Conversation

ghost
Copy link

@ghost ghost commented Sep 14, 2021

No description provided.

@ghost ghost self-requested a review September 14, 2021 23:36
@ghost
Copy link
Author

ghost commented Sep 14, 2021

@mikemattball please review

identified_packet = System.telemetry.update!(packet.target_name,
packet.packet_name,
packet.buffer)
identified_packet = System.telemetry.packet(packet.target_name, packet.packet_name)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where else is update! used? Without all the bang methods how does the current value table get updated?

@ghost ghost merged commit df403ba into cosmos4 Sep 21, 2021
@ghost ghost deleted the synchronize_inject_tlm branch September 21, 2021 16:29
@ghost ghost added this to the v4.5.1 milestone Sep 21, 2021
This pull request was closed.
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