summaryrefslogtreecommitdiff
path: root/tests/test_asyncio/test_pubsub.py
Commit message (Expand)AuthorAgeFilesLines
* fix: replace async_timeout by asyncio.timeout (#2602)Mehdi ABAAKOUK2023-03-161-9/+13
* replase get_event_loop wite get_running_loop (#2530)dvora-h2023-01-051-6/+6
* Combine auto-concatenated strings (#2482)David Gilman2022-12-141-1/+1
* Simplify async timeouts and allowing `timeout=None` in `PubSub.get_message()...v4.4.0rc2Kristján Valur Jónsson2022-09-291-1/+1
* Dev/no can read (#2360)Kristján Valur Jónsson2022-09-291-1/+1
* Add `nowait` flag to `asyncio.Connection.disconnect()` (#2356)Kristján Valur Jónsson2022-09-291-30/+43
* Catch `Exception` and not `BaseException` in the `Connection` (#2104)Kristján Valur Jónsson2022-09-291-0/+74
* automatically reconnect pubsub when reading messages in blocking mode (#2281)Kristján Valur Jónsson2022-07-271-1/+129
* Drop python 3.6 support (#2306)dvora-h2022-07-271-8/+1
* Fix warnings and resource usage problems in asyncio unittests (#2258)Kristján Valur Jónsson2022-07-261-61/+83
* update black to 22.3.0 (#2171)Utkarsh Gupta2022-05-301-3/+1
* Add unittest for PubSub.connect() (#2167)Kristján Valur Jónsson2022-05-081-0/+82
* Async Connection: Allow `PubSub.run()` without previous `subscribe()` (#2148)Kristján Valur Jónsson2022-05-021-0/+33
* Add Async Support (#1899)Andrew Chen Wang2022-02-221-0/+660