Skip to content

Commit 5aa4d62

Browse files
committed
chore: change the comment
1 parent 865afc3 commit 5aa4d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

broadcaster/_backends/redis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async def _pubsub_listener(self) -> None:
5555

5656
# when no channel subscribed, clear the event.
5757
# And then in next loop, event will blocked again until
58-
# the new channel subscribed.Now asyncio.Task exited again.
58+
# the new channel subscribed.Now asyncio.Task will not exit again.
5959
self._ready.clear()
6060

6161

0 commit comments

Comments
 (0)