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

Dev #94

Merged
merged 19 commits into from
Aug 10, 2023
Merged

Dev #94

merged 19 commits into from
Aug 10, 2023

Conversation

dapper91
Copy link
Owner

  • refactoring done
  • dependencies updated
  • python 3.11 support added

dapper91 and others added 19 commits July 9, 2022 12:49
- added MaybeSet generic type to eliminate boilerplate typing.
The add_user() example in examples/aio_pika_server.py is not yet used
by the example client, so it can be fixed for mypy using dataclasses
similar to the example add_user() with dataclasses at the end of README.rst.
Issue #91 shows an AssertionError when a connected aio_pika client
which didn't need to open a result queue calls client.close().

It should be possible to call client.close() also in this case
to close the connection to the RabbitMQ server, because when
either the client was interrupted, had nothing to do before
closing, it, this is the normal state.

Also replace the other assertions in the aio_pika client's close()
with simple checks which don't abort the function to close any
other remaining connection elements or futures which are not
properly handled when simply aborting with an assertion.

For details and a test case, see issue #91.
Fix AssertionErrors in close() of aio_pika client.
examples/aio_pika_server.py: Use asyncio.new_event_loop() for 3.10+ & mypy fixes
examples/aio_pika_server.py: Fix example add_user() to not trigger mypy
- refactoring done
- dependencies updated
- python 3.11 support added
@dapper91 dapper91 merged commit ddd90ba into master Aug 10, 2023
5 of 6 checks passed
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