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

Commit 1082256

Browse files
authored
Merge pull request #257 from pfreixes/fix_lock_critical_bug_v03
Fix critical bug with patched Lock
2 parents 71ea399 + 718f731 commit 1082256

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aioredis/locks.py

+1
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ def _wake_up_first(self):
4141
for fut in self._waiters:
4242
if not fut.done():
4343
fut.set_result(True)
44+
break

0 commit comments

Comments
 (0)