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

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Aug 21, 2021
1 parent f613529 commit f5a8e80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aioredis/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4146,6 +4146,7 @@ def unsubscribe(self, *args) -> Awaitable:
parsed_args = list_or_args(args[0], args[1:])
channels = self._normalize_keys(dict.fromkeys(parsed_args))
else:
parsed_args = []
channels = self.channels
self.pending_unsubscribe_channels.update(channels)
return self.execute_command("UNSUBSCRIBE", *parsed_args)
Expand Down

0 comments on commit f5a8e80

Please sign in to comment.