We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865afc3 commit 5aa4d62Copy full SHA for 5aa4d62
broadcaster/_backends/redis.py
@@ -55,7 +55,7 @@ async def _pubsub_listener(self) -> None:
55
56
# when no channel subscribed, clear the event.
57
# And then in next loop, event will blocked again until
58
- # the new channel subscribed.Now asyncio.Task exited again.
+ # the new channel subscribed.Now asyncio.Task will not exit again.
59
self._ready.clear()
60
61
0 commit comments