Skip to content

Commit

Permalink
chore: change the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Fly-Playgroud committed Jul 29, 2024
1 parent 865afc3 commit 5aa4d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broadcaster/_backends/redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async def _pubsub_listener(self) -> None:

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


Expand Down

0 comments on commit 5aa4d62

Please sign in to comment.