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

Commits on Nov 19, 2021

  1. Fix bugs in reporting stats from spead2_recv

    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 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    2d18a16 View commit details
    Browse the repository at this point in the history