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

Fix bugs in reporting stats from spead2_recv #171

Merged
merged 1 commit into from
Nov 21, 2021
Merged

Conversation

bmerry
Copy link
Contributor

@bmerry bmerry commented Nov 19, 2021

In the Python version it was printing some bogus fields because it was
using introspection on the object. Fix by making it using the newer
dictionary-like API.

In the C++ version, replace the hardcoded list of stats fields with the
map-like API. Also fix stats being printed in hex due to cout being left
in hex mode.

In the Python version it was printing some bogus fields because it was
using introspection on the object. Fix by making it using the newer
dictionary-like API.

In the C++ version, replace the hardcoded list of stats fields with the
map-like API. Also fix stats being printed in hex due to cout being left
in hex mode.
@bmerry bmerry merged commit 272f7f8 into master Nov 21, 2021
@bmerry bmerry deleted the stream-stats-reports branch November 21, 2021 09:56
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.

None yet

2 participants