We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03cefaa commit 72bf723Copy full SHA for 72bf723
twitchio/ext/pubsub/pool.py
@@ -81,7 +81,7 @@ async def unsubscribe_topics(self, topics: List[Topic]):
81
82
"""
83
for node, vals in itertools.groupby(topics, lambda t: self._topics[t]):
84
- await node.unsubscribe_topics(vals)
+ await node.unsubscribe_topic(vals)
85
if not node.topics:
86
await node.disconnect()
87
self._pool.remove(node)
0 commit comments