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

blocking_connection: Fix consume() return type #1

Merged
merged 3 commits into from
Jan 16, 2022
Merged

blocking_connection: Fix consume() return type #1

merged 3 commits into from
Jan 16, 2022

Commits on Aug 10, 2021

  1. blocking_connection: Fix consume() return type

    Fixes #3.
    
    Signed-off-by: Anders Kaseorg <[email protected]>
    andersk committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    a9dd0fb View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Configuration menu
    Copy the full SHA
    76fb107 View commit details
    Browse the repository at this point in the history
  2. Improve precision of consume() return type

    The return is either a tuple with all fields or a tuple with all None.
    Remove the semantic ambiguity that allows for e.g.
        -> Tuple[None, spec.BasicProperties, None]
    baodrate committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    7a40350 View commit details
    Browse the repository at this point in the history