Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Tweak change description and add slot
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Jaite committed Aug 13, 2021
1 parent b6d3f1d commit 6983582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES/1105.bugfix
@@ -1 +1 @@
Allow concurrent coroutines sending commands over a single connection
Synchronized reading the responses from a connection
1 change: 1 addition & 0 deletions aioredis/connection.py
Expand Up @@ -559,6 +559,7 @@ class Connection:
"_parser",
"_connect_callbacks",
"_buffer_cutoff",
"_lock",
"__dict__",
)

Expand Down

0 comments on commit 6983582

Please sign in to comment.